diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 04031d2..86abf83 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -81,6 +81,8 @@ PODS: - React-Core (= 0.60.5) - React-RCTWebSocket (0.60.5): - React-Core (= 0.60.5) + - RNCAsyncStorage (1.6.2): + - React - RNGestureHandler (1.4.1): - React - RNReanimated (1.2.0): @@ -111,13 +113,14 @@ DEPENDENCIES: - React-RCTText (from `../node_modules/react-native/Libraries/Text`) - React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`) - React-RCTWebSocket (from `../node_modules/react-native/Libraries/WebSocket`) + - "RNCAsyncStorage (from `../node_modules/@react-native-community/async-storage`)" - RNGestureHandler (from `../node_modules/react-native-gesture-handler`) - RNReanimated (from `../node_modules/react-native-reanimated`) - RNScreens (from `../node_modules/react-native-screens`) - yoga (from `../node_modules/react-native/ReactCommon/yoga`) SPEC REPOS: - https://github.com/cocoapods/specs.git: + https://github.com/CocoaPods/Specs.git: - boost-for-react-native EXTERNAL SOURCES: @@ -163,6 +166,8 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/Libraries/Vibration" React-RCTWebSocket: :path: "../node_modules/react-native/Libraries/WebSocket" + RNCAsyncStorage: + :path: "../node_modules/@react-native-community/async-storage" RNGestureHandler: :path: "../node_modules/react-native-gesture-handler" RNReanimated: @@ -195,6 +200,7 @@ SPEC CHECKSUMS: React-RCTText: b074d89033583d4f2eb5faf7ea2db3a13c7553a2 React-RCTVibration: 2105b2e0e2b66a6408fc69a46c8a7fb5b2fdade0 React-RCTWebSocket: cd932a16b7214898b6b7f788c8bddb3637246ac4 + RNCAsyncStorage: 60a80e72d95bf02a01cace55d3697d9724f0d77f RNGestureHandler: 4cb47a93019c1a201df2644413a0a1569a51c8aa RNReanimated: 1b52415c4302f198cb581282a0166690bad62c43 RNScreens: f28b48b8345f2f5f39ed6195518291515032a788 @@ -202,4 +208,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: bf8ae4d9366aba3056dc6c85820641631cefba54 -COCOAPODS: 1.7.5 +COCOAPODS: 1.8.3 diff --git a/package.json b/package.json index a9c2261..3c0161a 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "postinstall": "jetifier -r && node ./generateExampleList.js" }, "dependencies": { + "@react-native-community/async-storage": "bartolkaruza/async-storage#feature/tester-example-compatibility", "@react-native-community/cameraroll": "react-native-community/react-native-cameraroll#master", "react": "16.8.6", "react-native": "0.60.5", diff --git a/yarn.lock b/yarn.lock index 734c0cb..41e4259 100644 --- a/yarn.lock +++ b/yarn.lock @@ -836,6 +836,10 @@ "@types/istanbul-reports" "^1.1.1" "@types/yargs" "^13.0.0" +"@react-native-community/async-storage@bartolkaruza/async-storage#feature/tester-example-compatibility": + version "1.6.2" + resolved "https://codeload.github.com/bartolkaruza/async-storage/tar.gz/17ffe1a0f7ba7567274ca3c310a69c126b483c7a" + "@react-native-community/cameraroll@react-native-community/react-native-cameraroll#master": version "1.2.1" resolved "https://codeload.github.com/react-native-community/react-native-cameraroll/tar.gz/8c3a108dab3a6f008bde0d440fa10ed306fb19fa"