Skip to content

Conversation

@ralph1233
Copy link

Adding two scripts to run React Native on Android: one for release and one for development builds.
The development build targets only the current architecture, not all four.

@cortinico
Copy link
Member

This is a breaking change. You can add those scripts to your specific project if needed

@cortinico cortinico closed this Jan 26, 2026
@ralph1233
Copy link
Author

Could we instead add a link to this article in the template README?
https://reactnative.dev/docs/build-speed

"private": true,
"scripts": {
"android": "react-native run-android",
"android:dev": "react-native run-android --active-arch-only",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

btw this flag is automatically set for non-release builds

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants