You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
Upgrade react native version to 0.71 following the upgrade helper
Install dependencies
Run yarn android
Expected Behavior
App builds and runs under debug mode
Actual Behavior
After upgraded to React Native 0.71, the android build fails with the following message:
* What went wrong:
Could not determine the dependencies of task ':app:generateBundledResourcesHashDebug'.
> Task with path 'bundleDebugJsAndAssets' not found in project ':app'.
Environment
react-native-code-push version: 7.0.5
react-native version: 0.71.0
iOS/Android/Windows version: Android 11
Does this reproduce on a debug build or release build? debug
Does this reproduce on a simulator, or only on a physical device? simulator
Other Attempts
After removing the following lines from android/build.gradle the build seems to work fine (w/o codepush of course)