A Manual testcase for facebook/react-native#22535
Uses RN from source with this commit.
- Clone
- yarn or npm install
mkdir -p node_modules/@react-native-community/cli/scripts
¯_(ツ)_/¯- yarn start
- yarn android
- Follow onscreen instructions
- After denying location permissions you should see a similar error:
01-02 13:32:00.270 16625 16645 E ReactNativeJS: { TIMEOUT: 3,
01-02 13:32:00.270 16625 16645 E ReactNativeJS: POSITION_UNAVAILABLE: 2,
01-02 13:32:00.270 16625 16645 E ReactNativeJS: PERMISSION_DENIED: 1,
01-02 13:32:00.270 16625 16645 E ReactNativeJS: message: 'Location permission was not granted.',
01-02 13:32:00.270 16625 16645 E ReactNativeJS: code: 1 }