-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Closed
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
Is this a bug report?
YES
Have you read the Contributing Guidelines?
NO
Environment
react-native -v
: 2.0.1 for react-native-cli and 0.38.0 for react-nativenode -v
: 7.7.3npm -v
: 4.1.2
Then, specify:
- Target Platform: Android
- Development Operating System: macOS Sierra 10.12.6 (16G29)
- Build tools: 24.0.3
Steps to Reproduce
- import PermissionsAndroid from 'react-native' library
- try to get PermissionsAndroid.RESULTS.GRANTED
- you will get that RESULTS is undefined, in PermissionsAndroid you will have only PERMISSIONS
Expected Behavior
PermissionsAndroid will have PERMISSIONS + RESULTS fields
Actual Behavior
PermissionsAndroid will have PERMISSIONS field without RESULTS field
Reproducible Demo
None :)
Metadata
Metadata
Assignees
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.