Skip to content

Commit

Permalink
Update Example to 1.2.0 version of the library
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksefo committed Apr 4, 2023
1 parent 8628fa1 commit 5dc1321
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions example/ios/Podfile.lock
Expand Up @@ -422,8 +422,8 @@ PODS:
- React-jsi (= 0.71.6)
- React-logger (= 0.71.6)
- React-perflogger (= 0.71.6)
- ReactNativeWebPFormat (1.1.2):
- React
- ReactNativeWebPFormat (1.2.0):
- React-Core
- SDWebImageWebPCoder
- SDWebImage/Core (5.15.5)
- SDWebImageWebPCoder (0.11.0):
Expand Down Expand Up @@ -637,7 +637,7 @@ SPEC CHECKSUMS:
React-RCTVibration: 73d201599a64ea14b4e0b8f91b64970979fd92e6
React-runtimeexecutor: 8692ac548bec648fa121980ccb4304afd136d584
ReactCommon: 0c43eaeaaee231d7d8dc24fc5a6e4cf2b75bf196
ReactNativeWebPFormat: 4275844b80c2c385a10ab64f50264d720f2d691c
ReactNativeWebPFormat: f5f043cc9ded052e535c3869ec341f91ba5a67c5
SDWebImage: fd7e1a22f00303e058058278639bf6196ee431fe
SDWebImageWebPCoder: 295a6573c512f54ad2dd58098e64e17dcf008499
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"react": "18.2.0",
"react-native": "0.71.6",
"react-native-webp-format": "^1.1.2"
"react-native-webp-format": "^1.2.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
8 changes: 4 additions & 4 deletions example/yarn.lock
Expand Up @@ -5729,10 +5729,10 @@ react-native-gradle-plugin@^0.71.17:
resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.71.17.tgz#cf780a27270f0a32dca8184eff91555d7627dd00"
integrity sha512-OXXYgpISEqERwjSlaCiaQY6cTY5CH6j73gdkWpK0hedxtiWMWgH+i5TOi4hIGYitm9kQBeyDu+wim9fA8ROFJA==

react-native-webp-format@^1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/react-native-webp-format/-/react-native-webp-format-1.1.2.tgz#22b14f544191e9a5411c920b9874e532a6ea6c89"
integrity sha512-qs0oyLZOjoLdlTM9781Vr8WBwvtdkcwQuSJpCtA5KxspGl+YDDDZrW+tpwRQI0PSlB84O+IoK3bfmgHu1zqejQ==
react-native-webp-format@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/react-native-webp-format/-/react-native-webp-format-1.2.0.tgz#6c7cbed4cdc8247711c7d7f656d0d4f739836c82"
integrity sha512-tUL/AbM6QwUsxsGutJ1bN4RW8JdD2w5Mpj+An4DvYKkm0bKHbODj7U7gI1+8X68GqJWOy+Ps2cbVmgNpSDfRPQ==

react-native@0.71.6:
version "0.71.6"
Expand Down

0 comments on commit 5dc1321

Please sign in to comment.