File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -53,3 +53,7 @@ target 'ViewPagerExample-tvOS' do
53
53
end
54
54
55
55
end
56
+
57
+ post_install do |installer |
58
+ system ( 'sh ./postinstall.sh' )
59
+ end
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ PODS:
182
182
- React-cxxreact (= 0.61.4)
183
183
- React-jsi (= 0.61.4)
184
184
- React-jsinspector (0.61.4)
185
- - react-native-viewpager (3.1 .0):
185
+ - react-native-viewpager (3.2 .0):
186
186
- React
187
187
- React-RCTActionSheet (0.61.4):
188
188
- React-Core/RCTActionSheetHeaders (= 0.61.4)
@@ -326,7 +326,7 @@ SPEC CHECKSUMS:
326
326
React-jsi: ca921f4041505f9d5197139b2d09eeb020bb12e8
327
327
React-jsiexecutor: 8dfb73b987afa9324e4009bdce62a18ce23d983c
328
328
React-jsinspector: d15478d0a8ada19864aa4d1cc1c697b41b3fa92f
329
- react-native-viewpager: 66c02e8a18d2d11eef08c84ed9a406b149791751
329
+ react-native-viewpager: 0cb7a533ce6e9ef0a48a5a7c8b3e3e3e345ae298
330
330
React-RCTActionSheet: 7369b7c85f99b6299491333affd9f01f5a130c22
331
331
React-RCTAnimation: d07be15b2bd1d06d89417eb0343f98ffd2b099a7
332
332
React-RCTBlob: 8e0b23d95c9baa98f6b0e127e07666aaafd96c34
@@ -339,6 +339,6 @@ SPEC CHECKSUMS:
339
339
ReactCommon: a6a294e7028ed67b926d29551aa9394fd989c24c
340
340
Yoga: ba3d99dbee6c15ea6bbe3783d1f0cb1ffb79af0f
341
341
342
- PODFILE CHECKSUM: dc9b215313c32bd8b4ca7bafde7bc672c6f1e655
342
+ PODFILE CHECKSUM: 98eccb3fcaa9f502392e0d71d9667549d78f02b5
343
343
344
344
COCOAPODS: 1.8.4
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+ dir=$( pwd)
3
+ vpDir=" $dir /Pods/react-native-viewpager/"
4
+ localDir=$( cd ../../ios/ && pwd)
5
+ cp -a $localDir $vpDir
6
+ echo " copied files from $localDir to $vpDir "
You can’t perform that action at this time.
0 commit comments