diff --git a/Example/ios/Podfile.lock b/Example/ios/Podfile.lock index 47078e83..1ab1eaf8 100644 --- a/Example/ios/Podfile.lock +++ b/Example/ios/Podfile.lock @@ -219,7 +219,7 @@ PODS: - ReactCommon/jscallinvoker (= 0.61.2) - RNGestureHandler (1.3.0): - React - - RNScreens (2.0.0-alpha.3): + - RNScreens (2.0.0-alpha.23): - React - Yoga (1.14.0) @@ -256,7 +256,7 @@ DEPENDENCIES: - 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: @@ -342,9 +342,9 @@ SPEC CHECKSUMS: React-RCTVibration: fb54c732fd20405a76598e431aa2f8c2bf527de9 ReactCommon: 5848032ed2f274fcb40f6b9ec24067787c42d479 RNGestureHandler: 5329a942fce3d41c68b84c2c2276ce06a696d8b0 - RNScreens: a32a406ec4884f0ba383ef835332e8379f75e3da + RNScreens: 55c735f525774e894be67848c250c95a9c3194c0 Yoga: 14927e37bd25376d216b150ab2a561773d57911f PODFILE CHECKSUM: 1a141b811c7076eb11c48f2e22336181f52531b5 -COCOAPODS: 1.7.3 +COCOAPODS: 1.8.4 diff --git a/package.json b/package.json index 7055b565..6fdd7ece 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-screens", - "version": "2.0.0-alpha.32", + "version": "2.0.0-alpha.33", "description": "First incomplete navigation solution for your react-native app.", "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start",