mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
04fe3ed80d
Summary: Addresses https://github.com/facebook/react-native/issues/28934 ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://github.com/facebook/react-native/wiki/Changelog --> [Android] [Fixed] - When sending OS intents, always set "FLAG_ACTIVITY_NEW_TASK" flag (required by OS). Pull Request resolved: https://github.com/facebook/react-native/pull/29000 Test Plan: 1. Open RNTester on Android 2. Go to Linking section 3. Try opening "POWER_USAGE_SUMMARY" intent 4. App should open settings, instead of crashing Reviewed By: cortinico Differential Revision: D30876645 Pulled By: lunaleaps fbshipit-source-id: e427bfeadf9fb1ae38bf05bfeafd88e6776d71de
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.