React本机位置开关
react Native模块可在Android和IOS上启用基于位置的服务。
要求
React本机> = 0.38.0
android buildToolsVersion 26.0.1
gradle构建工具2.3.3
安装Android
npm install react-native-location-switch
将以下两行添加到您的/android/settings.gradle文件中
include ':react-native-location-switch'
project(':react-native-location-switch').projectDir = new File(settingsDir, '../node_modules/react-native-location-switch/android')
将以下行添加到您的/and
2021-05-25 18:03:29
5.58MB
Java
1