Emily Xiong
Emily Xiong
maybe it is related to react native 0.69? because now both @nrwl/react-native and @nrwl/expo use react native 0.69, which uses new architecture and hermes? From its website, it says: "Note...
@victorrik i think it might be related to this issue: https://stackoverflow.com/questions/38418998/react-native-fetch-network-request-failed. you need to add your api url to Info.plist and add request URL to NSExceptionDomains under NSAppTransportSecurity for ios,...
@drante i tried with version 3.0.0-rc.0, still does not work with 0.69.0 on android.
@drante i got the same error. as @cmdparkour mentioned above, the error is with react-native-reanimated android/build.gradle, need to`change the "//.arr" to "react-native///.aar" in the file: android/build.gradle`/
``` "expo-splash-screen": "~0.16.2", "expo-status-bar": "~1.4.0" ``` those are not needed for managed apps. when you eject the app, then those are needed.
thanks for submitting the pr. i include the fix in pr: https://github.com/nrwl/nx/pull/12799
when is the official 6.0 going to be released? would it be using webpack 5?
any update on this?
@yzhe554 besides the migration script, could you update the metro.config file at packages/expo/src/generators/application/files/metro.config.js.template and packages/react-native/src/generators/application/files/app/metro.config.js.template?
@vire what command were you trying to run?