mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
59ae0487ce
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/34671 I'm simplifying the template further by: - Do not expose a configurable dynamic library name. Let's use `appmodules` and still allow the users to configure it, if needed. - Move all the initialization logic inside the `JNI_OnLoad` method - Cleanup the `DefaultReactNativeHost` to don't require a dynamic library name but just a boolean. Changelog: [Android] [Changed] - Further simplify the New App Template by don't requiring the dynamic library name Reviewed By: cipolleschi Differential Revision: D39462948 fbshipit-source-id: 737733fc263162a0baf3b7a451e48b8616679d3b
Building React Native for Android
See the Building from Source guide on the React Native website.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing guide on the React Native website.