Closed emclab closed 2 years ago
This issue has been automatically marked as stale because it has not had any activity for 60 days. It will be closed if no further activity occurs within 15 days of this comment.
This issue will now be closed because it hasn't had any activity for 15 days after stale. Please feel free to open a new issue if you still have a question/issue or suggestion.
Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant):
Steps to Reproduce
Expected Behavior
What you expected to happen? compile with react-native run-android succeeds.
Actual Behavior
I am in the process of migrating React Native 0.68 app from Intel silicon to M1 silicon with Android Studio 2021.2.1 Patch 1. What I did is after installing all modules with test of react-native run-android, then copy the source code over. But after copying source code, npx react-native run-android starts to throw error:
Here is the output of react-native info:
I also delete node_modules and yarn install, the error is the same. However the run-android succeeded after
yarn remove react-native-code-push
. BTW build on Xcode succeeded after removing the code push module as well.Here is part of package.json:
What actually happens?
Reproducible Demo
Examples
folder runnode create-app.js appName react-native@0.61.5 react-native-code-push@6.0.0
command to generate plain CodePushified React Native app. Please see description on top ofcreate-app.js
file content if neededEnvironment
(The more info the faster we will be able to address it!)