Bumped deps / pods to latest (0.91.1), re-enabled i386
Summary: Per title After landing this and verifying in CI, will apply those version bumps to RN itself: https://github.com/facebook/react-native/pull/31562, and remove the custom overrides in the future Reviewed By: passy Differential Revision: D28573552 fbshipit-source-id: e52c40f4751f933f17312aac2aacfd695f554a3f
This commit is contained in:
committed by
Facebook GitHub Bot
parent
39172f6413
commit
d680a2807f
2
.github/workflows/react-native-example.yml
vendored
2
.github/workflows/react-native-example.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
run: |
|
||||
cd ios
|
||||
IPHONESIMULATOR=$(xcodebuild -showsdks | grep -o "iphonesimulator[0-9]\\+\\.[0-9]\\+$") && echo $IPHONESIMULATOR
|
||||
xcodebuild -workspace ReactNativeFlipperExample.xcworkspace -configuration Debug -scheme ReactNativeFlipperExample -sdk $IPHONESIMULATOR EXCLUDED_ARCHS="arm64 i386"
|
||||
xcodebuild -workspace ReactNativeFlipperExample.xcworkspace -configuration Debug -scheme ReactNativeFlipperExample -sdk $IPHONESIMULATOR EXCLUDED_ARCHS="arm64"
|
||||
|
||||
build-react-native-example-android:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user