7b1915e74d
Summary: <!-- Thank you for sending the PR! We appreciate you spending the time to work on these changes. Help us understand your motivation by explaining why you decided to make this change. You can learn more about contributing to React Native here: http://facebook.github.io/react-native/docs/contributing.html Happy contributing! --> Fixes #16000 see [Issue #16000](https://github.com/facebook/react-native/issues/16000) fix a null pointer exception while using higher version 'com.android.support:appcompat-v7' N/A [ANDROID][BUGFIX][Switch] - Fix NPE in Android Switch during measure Closes https://github.com/facebook/react-native/pull/16064 Differential Revision: D6816122 Pulled By: hramos fbshipit-source-id: ba9a6febad4884b8ab142d8c7142085367006904 |
||
---|---|---|
.. | ||
libs | ||
src | ||
.npmignore | ||
DevExperience.md | ||
README.md | ||
build.gradle | ||
gradle.properties | ||
release.gradle |
README.md
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.