Skip to content
This repository has been archived by the owner on Feb 8, 2020. It is now read-only.

Commit

Permalink
chore: bump react-native-screens pods
Browse files Browse the repository at this point in the history
  • Loading branch information
osdnk committed Oct 31, 2019
1 parent 67fd69a commit c07d61d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ target 'ReactNavigationExample' do
pod 'Folly', :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec'
pod 'RNGestureHandler', :podspec => '../node_modules/react-native-gesture-handler/RNGestureHandler.podspec'
pod 'RNReanimated', :podspec => '../node_modules/react-native-reanimated/RNReanimated.podspec'
pod 'RNScreens', :podspec => '../node_modules/react-native-screens/RNScreens.podspec'
pod 'RNScreens', :path => '../node_modules/react-native-screens/RNScreens.podspec'

use_unimodules!
pod 'react-native-safe-area-context', :path => '../node_modules/react-native-safe-area-context'
Expand Down
10 changes: 5 additions & 5 deletions packages/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ PODS:
- React
- RNReanimated (1.2.0):
- React
- RNScreens (2.0.0-alpha.6):
- RNScreens (2.0.0-alpha.7):
- React
- UMBarCodeScannerInterface (4.0.0)
- UMCameraInterface (4.0.0)
Expand Down Expand Up @@ -208,7 +208,7 @@ EXTERNAL SOURCES:
RNReanimated:
:podspec: "../node_modules/react-native-reanimated/RNReanimated.podspec"
RNScreens:
:podspec: "../node_modules/react-native-screens/RNScreens.podspec"
:path: "../node_modules/react-native-screens/RNScreens.podspec"
UMBarCodeScannerInterface:
:path: !ruby/object:Pathname
path: "../node_modules/unimodules-barcode-scanner-interface/ios"
Expand Down Expand Up @@ -267,7 +267,7 @@ SPEC CHECKSUMS:
react-native-safe-area-context: e380a6f783ccaec848e2f3cc8eb205a62362950d
RNGestureHandler: 5329a942fce3d41c68b84c2c2276ce06a696d8b0
RNReanimated: 1b52415c4302f198cb581282a0166690bad62c43
RNScreens: 73691421e207a57b85af0fea931e620b05a35e89
RNScreens: 2f53466846305189a0cfd1745f26b6ca141b3a08
UMBarCodeScannerInterface: d5a6fdc98ed6241225b0a8432a7f4e2b397668bc
UMCameraInterface: 68870a3197fee85bd5afca5609ba4a5b7257d19d
UMConstantsInterface: d25b8e8887ca7aaf568c06caf08f4d40734ee4ef
Expand All @@ -282,6 +282,6 @@ SPEC CHECKSUMS:
UMTaskManagerInterface: 1e70fe58b872355f0ecb44fb81bb1a16484047f0
yoga: 684513b14b03201579ba3cee20218c9d1298b0cc

PODFILE CHECKSUM: 1276a2dd000c142ccc03272023bb8a6b2d5b9933
PODFILE CHECKSUM: 277599ab8fceae1c57f639a14203691239c429ab

COCOAPODS: 1.8.3
COCOAPODS: 1.8.4

0 comments on commit c07d61d

Please sign in to comment.