Skip to content

Commit

Permalink
chore: change ios settings
Browse files Browse the repository at this point in the history
  • Loading branch information
yjb94 committed Jul 22, 2024
1 parent b86b48b commit dc5a70e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ A very compact representation of an image placeholder for react native
| Thumbhash is in not ready yet...🚧 A true release is coming soon.
| You can only check that thumbhash renders correctly

## Features

- [x] thumbhash rendering (decoding)
- [x] new arch/old arch support
- [ ] async dencoding
- [ ] thumbhash decoding

## Installation

```sh
Expand Down Expand Up @@ -39,4 +46,4 @@ Made with [create-react-native-library](https://github.com/callstack/react-nativ
# Resources

- [react-native-blurhash](https://github.com/mrousavy/react-native-blurhash). cloned many setting. thx!
- [woltapp/blurhash of course](https://github.com/evanw/thumbhash). Thanks for great algorithm
- [woltapp/blurhash](https://github.com/evanw/thumbhash). Thanks for great algorithm
8 changes: 4 additions & 4 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ PODS:
- React-Mapbuffer (0.74.3):
- glog
- React-debug
- react-native-thumbhash (0.2.1):
- react-native-thumbhash (0.2.2):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -1395,7 +1395,7 @@ SPEC CHECKSUMS:
React-jsitracing: 6b3c8c98313642140530f93c46f5a6ca4530b446
React-logger: fa92ba4d3a5d39ac450f59be2a3cec7b099f0304
React-Mapbuffer: 9f68550e7c6839d01411ac8896aea5c868eff63a
react-native-thumbhash: 760f68ec4aca8928c1540a716241b677217044b8
react-native-thumbhash: e2deb9c0005bea0e1c5ded214228960a28da75cf
React-nativeconfig: fa5de9d8f4dbd5917358f8ad3ad1e08762f01dcb
React-NativeModulesApple: 585d1b78e0597de364d259cb56007052d0bda5e5
React-perflogger: 7bb9ba49435ff66b666e7966ee10082508a203e8
Expand All @@ -1420,8 +1420,8 @@ SPEC CHECKSUMS:
React-utils: a06061b3887c702235d2dac92dacbd93e1ea079e
ReactCommon: f00e436b3925a7ae44dfa294b43ef360fbd8ccc4
SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d
Yoga: 88480008ccacea6301ff7bf58726e27a72931c8d
Yoga: 04f1db30bb810187397fa4c37dd1868a27af229c

PODFILE CHECKSUM: b11cddd7acfec45cb0885bddf612bfa0ceb44f48

COCOAPODS: 1.14.3
COCOAPODS: 1.15.2
2 changes: 1 addition & 1 deletion react-native-thumbhash.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
s.platforms = { :ios => min_ios_version_supported }
s.source = { :git => "https://github.com/Lucky-pear/react-native-thumbhash.git", :tag => "#{s.version}" }

s.source_files = "ios/**/*.{h,m,mm}"
s.source_files = "ios/**/*.{h,m,mm,swift}"

# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
# See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.
Expand Down

0 comments on commit dc5a70e

Please sign in to comment.