mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 01:25:39 +00:00
ce967c6fbe
Summary: Reported in Issue #15928 Fixing bug when permission showing dialog and user go to home and re-open minimized app. 1. Ask for permission 2. Minimize app (Press HomeButton) 3. Open app again via shortcut [ANDROID] [BUGFIX] [PermissionsModule.java] - Fixed bug when asked for permission Cause: java.lang.ArrayIndexOutOfBoundsException · length=0; index=0 Closes https://github.com/facebook/react-native/pull/16507 Differential Revision: D6133708 Pulled By: shergin fbshipit-source-id: 9c05d1d5d16fedf718ad5113df69a4df3af62013
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.