Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarahm-ed committed Mar 2, 2021
1 parent 3a495f3 commit 8f84512
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 16 deletions.
2 changes: 0 additions & 2 deletions example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ target 'example' do

use_react_native!(:path => config["reactNativePath"])

pod 'react-native-mmkv-storage', :path => '../..'

target 'exampleTests' do
inherit! :complete
# Pods for testing
Expand Down
26 changes: 13 additions & 13 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ PODS:
- DoubleConversion
- glog
- glog (0.3.5)
- MMKV (1.2.5):
- MMKVCore (~> 1.2.5)
- MMKVCore (1.2.5)
- MMKV (1.2.7):
- MMKVCore (~> 1.2.7)
- MMKVCore (1.2.7)
- OpenSSL-Universal (1.0.2.20):
- OpenSSL-Universal/Static (= 1.0.2.20)
- OpenSSL-Universal/Static (1.0.2.20)
Expand Down Expand Up @@ -239,9 +239,9 @@ PODS:
- React-cxxreact (= 0.63.3)
- React-jsi (= 0.63.3)
- React-jsinspector (0.63.3)
- react-native-mmkv-storage (0.4.1):
- MMKV (= 1.2.5)
- React
- react-native-mmkv-storage (0.4.3):
- MMKV (= 1.2.7)
- React-Core
- React-RCTActionSheet (0.63.3):
- React-Core/RCTActionSheetHeaders (= 0.63.3)
- React-RCTAnimation (0.63.3):
Expand Down Expand Up @@ -343,7 +343,7 @@ DEPENDENCIES:
- React-jsi (from `../node_modules/react-native/ReactCommon/jsi`)
- React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
- react-native-mmkv-storage (from `../..`)
- react-native-mmkv-storage (from `../node_modules/react-native-mmkv-storage`)
- React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`)
- React-RCTAnimation (from `../node_modules/react-native/Libraries/NativeAnimation`)
- React-RCTBlob (from `../node_modules/react-native/Libraries/Blob`)
Expand Down Expand Up @@ -405,7 +405,7 @@ EXTERNAL SOURCES:
React-jsinspector:
:path: "../node_modules/react-native/ReactCommon/jsinspector"
react-native-mmkv-storage:
:path: "../.."
:path: "../node_modules/react-native-mmkv-storage"
React-RCTActionSheet:
:path: "../node_modules/react-native/Libraries/ActionSheetIOS"
React-RCTAnimation:
Expand Down Expand Up @@ -445,8 +445,8 @@ SPEC CHECKSUMS:
FlipperKit: ab353d41aea8aae2ea6daaf813e67496642f3d7d
Folly: b73c3869541e86821df3c387eb0af5f65addfab4
glog: 40a13f7840415b9a77023fbcae0f1e6f43192af3
MMKV: 6c208ddcb4c197e564f72f3f73ef3b0c792e091c
MMKVCore: d9aa23fc6fb698c671c403ec593cdfe7d184e310
MMKV: 22e5136f7d00197bc0fc9694b7f71519f0d1ca12
MMKVCore: 607b7b05f2c2140056b5d338e45f2c14bf3f4232
OpenSSL-Universal: ff34003318d5e1163e9529b08470708e389ffcdd
RCTRequired: 48884c74035a0b5b76dbb7a998bd93bcfc5f2047
RCTTypeSafety: edf4b618033c2f1c5b7bc3d90d8e085ed95ba2ab
Expand All @@ -458,7 +458,7 @@ SPEC CHECKSUMS:
React-jsi: df07aa95b39c5be3e41199921509bfa929ed2b9d
React-jsiexecutor: b56c03e61c0dd5f5801255f2160a815f4a53d451
React-jsinspector: 8e68ffbfe23880d3ee9bafa8be2777f60b25cbe2
react-native-mmkv-storage: 7db8b5a8271c2cd22758ea01595af105fa211ec1
react-native-mmkv-storage: 3deb1124fca0f619e56dc8ad44abf12707200c09
React-RCTActionSheet: 53ea72699698b0b47a6421cb1c8b4ab215a774aa
React-RCTAnimation: 1befece0b5183c22ae01b966f5583f42e69a83c2
React-RCTBlob: 0b284339cbe4b15705a05e2313a51c6d8b51fa40
Expand All @@ -472,6 +472,6 @@ SPEC CHECKSUMS:
Yoga: 7d13633d129fd179e01b8953d38d47be90db185a
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

PODFILE CHECKSUM: 217325c7bfacda53ee737e2ac880d044427eb901
PODFILE CHECKSUM: 311cf87a4a33d759b7ec994ec3735e03d4ededbf

COCOAPODS: 1.10.0
COCOAPODS: 1.10.1
3 changes: 2 additions & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"dependencies": {
"react": "16.13.1",
"react-native": "0.63.3"
"react-native": "0.63.3",
"react-native-mmkv-storage":"../"
},
"devDependencies": {
"@babel/core": "^7.12.3",
Expand Down
3 changes: 3 additions & 0 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5575,6 +5575,9 @@ react-is@^16.12.0, react-is@^16.8.1, react-is@^16.8.4, react-is@^16.8.6:
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==

react-native-mmkv-storage@../:
version "0.4.3"

[email protected]:
version "0.63.3"
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.63.3.tgz#4a7f6540e049ff41810887bbd1125abc4672f3bf"
Expand Down

1 comment on commit 8f84512

@vercel
Copy link

@vercel vercel bot commented on 8f84512 Mar 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.