PoC for facebook/react-native#34064 demonstrating iOS build failure on React-RCTText. Expo modules are used.
Build:
yarn install
npx pod-install
npx react-native run-ios # or build with XCode
npx react-native init rnProc --version 0.68.2 # has to use this version as 0.69.0 fails
npx install-expo-modules
- Migrate to 0.69.0 according to the migration guide
/bin/rm -rf node_modules ios/Pods ios/Podfile.lock
yarn install
npx pod-install
git clone --recursive https://github.com/expo/expo.git /tmp/expo && cd /tmp/expo
npm run setup:native
Edit package.json
"dependencies": {
"expo": "file:/tmp/expo/packages/expo"
}
Run
yarn install
npx pod-install