我使用此代码在Android
中获取用户许可async componentWillMount() {
await PermissionsAndroid.request(PermissionsAndroid.PERMISSIONS.ACCESS_FINE_LOCATION);
}
如何将其用于ios
?
此库仅与Android一起使用,使用第三方库,例如:https://github.com/yonahforst/reaeact-native-permissions