mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
a211089b9b
Summary: This commits sets up an Android library by applying the plugin and configuring all the necessary flags. Flags have been adapted from: https://github.com/facebook/hermes/blob/main/android/hermes/build.gradle Removing the unnecesary ones and adapting the build to conform to the React Native build system. Changelog: [Internal] [Changed] - Setup an android library project inside `ReactAndroid/hermes-engine` Reviewed By: hramos Differential Revision: D34213534 fbshipit-source-id: c2e7b810bf4c4b1831a764a6f76cb73722da2125
Building React Native for Android
See the docs on the wiki.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.