Skip to content

Commit b5a6c65

Browse files
committed
chore: updated react-native in example to fix xcode 12.5
1 parent 5a6730b commit b5a6c65

File tree

5 files changed

+16
-9
lines changed

5 files changed

+16
-9
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

example/ios/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ target 'BottomSheetExample' do
1313
#
1414
# Note that if you have use_frameworks! enabled, Flipper will not work and
1515
# you should disable these next few lines.
16-
use_flipper!({ 'Flipper' => '0.79.1' })
16+
use_flipper!({ 'Flipper' => '0.79.1', 'Flipper-Folly' => '2.5.3' })
1717
post_install do |installer|
1818
flipper_post_install(installer)
1919
installer.pods_project.build_configurations.each do |config|

example/ios/Podfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ PODS:
1414
- Flipper-Folly (~> 2.5)
1515
- Flipper-RSocket (~> 1.3)
1616
- Flipper-DoubleConversion (1.1.7)
17-
- Flipper-Folly (2.5.1):
17+
- Flipper-Folly (2.5.3):
1818
- boost-for-react-native
1919
- Flipper-DoubleConversion
2020
- Flipper-Glog
@@ -385,7 +385,7 @@ DEPENDENCIES:
385385
- FBReactNativeSpec (from `../node_modules/react-native/React/FBReactNativeSpec`)
386386
- Flipper (= 0.79.1)
387387
- Flipper-DoubleConversion (= 1.1.7)
388-
- Flipper-Folly (~> 2.5)
388+
- Flipper-Folly (= 2.5.3)
389389
- Flipper-Glog (= 0.3.6)
390390
- Flipper-PeerTalk (~> 0.0.4)
391391
- Flipper-RSocket (~> 1.3)
@@ -539,7 +539,7 @@ SPEC CHECKSUMS:
539539
FBReactNativeSpec: c426cca9d43fd70ac19a77e504a6fd12ecb473f6
540540
Flipper: da2ca681187fb82c668a2c3c54b003cbd3c26859
541541
Flipper-DoubleConversion: 38631e41ef4f9b12861c67d17cb5518d06badc41
542-
Flipper-Folly: f7a3caafbd74bda4827954fd7a6e000e36355489
542+
Flipper-Folly: 755929a4f851b2fb2c347d533a23f191b008554c
543543
Flipper-Glog: 1dfd6abf1e922806c52ceb8701a3599a79a200a6
544544
Flipper-PeerTalk: 116d8f857dc6ef55c7a5a75ea3ceaafe878aadc9
545545
Flipper-RSocket: 602921fee03edacf18f5d6f3d3594ba477f456e5
@@ -582,6 +582,6 @@ SPEC CHECKSUMS:
582582
Yoga: 8c8436d4171c87504c648ae23b1d81242bdf3bbf
583583
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
584584

585-
PODFILE CHECKSUM: 67fe79871f8954ecbed35a24caa6f64c3385b340
585+
PODFILE CHECKSUM: 2f4ae4d58ce330d6cb052a4c2a4ba7c0b027700e
586586

587587
COCOAPODS: 1.10.1

example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"faker": "^4.1.0",
2121
"nanoid": "^3.1.20",
2222
"react": "17.0.1",
23-
"react-native": "0.64.0",
23+
"react-native": "facebook/react-native#cf8a364767df830d7255339741350bb53ab1a68a",
2424
"react-native-gesture-handler": "^1.10.3",
2525
"react-native-maps": "^0.28.0",
2626
"react-native-pager-view": "^5.1.5",

example/yarn.lock

+2-3
Original file line numberDiff line numberDiff line change
@@ -3902,10 +3902,9 @@ react-native-tab-view@^3.0.1:
39023902
resolved "https://registry.yarnpkg.com/react-native-tab-view/-/react-native-tab-view-3.0.1.tgz#7ed8c5c4a0bb48fa8895e612d26e6d545ed03447"
39033903
integrity sha512-L7qXtYz5Z+NdWyu38zaJrlHA/8H6rNFRZXe3ydym12UEEPPoefbVZ71b9YK2O6QP0u4pUlzMpMVM/Lsz2DJ4jg==
39043904

3905-
react-native@0.64.0:
3905+
react-native@facebook/react-native#cf8a364767df830d7255339741350bb53ab1a68a:
39063906
version "0.64.0"
3907-
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.64.0.tgz#c3bde5b638bf8bcf12bae6e094930d39cb942ab7"
3908-
integrity sha512-8dhSHBthgGwAjU+OjqUEA49229ThPMQH7URH0u8L0xoQFCnZO2sZ9Wc6KcbxI0x9KSmjCMFFZqRe3w3QsRv64g==
3907+
resolved "https://codeload.github.com/facebook/react-native/tar.gz/cf8a364767df830d7255339741350bb53ab1a68a"
39093908
dependencies:
39103909
"@jest/create-cache-key-function" "^26.5.0"
39113910
"@react-native-community/cli" "^5.0.1-alpha.0"

0 commit comments

Comments
 (0)