mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-03 09:35:11 +08:00
Summary: AndroidManifest.xml file in UIManager only defines minimum SDK version for whole namespace "com.facebook". But it is always redefined by build.gradle file because Gradle file has precedence. https://github.com/facebook/react-native/blob/master/ReactAndroid/build.gradle#L273 Anyway Gradle is prefered way to define it. So i think it should be removed if it is not used for another purpose. Pull Request resolved: https://github.com/facebook/react-native/pull/22044 Differential Revision: D12898251 Pulled By: hramos fbshipit-source-id: 087b5cc45495109b5626c9cb232d0546c53fb709
Building React Native for Android
See the docs on the website.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.