mirror of
https://github.com/status-im/react-native.git
synced 2025-01-15 03:56:03 +00:00
1502e66c31
Summary: This allows the React JS code that's running from a Service (ie GcmListenerService) to check permissions (ie check for VIBRATE permissions before delivering notifications) **Test plan (required)** I've run this code from a GcmListenerService subclass, and it works correctly. Closes https://github.com/facebook/react-native/pull/10229 Differential Revision: D3980853 fbshipit-source-id: 026b1f0c953d7093b5af2bec0b4a93ebd228f62e
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.