【发布时间】:2017-05-21 01:48:09
【问题描述】:
我尝试了this answer,但它不适用于 Android。
如何使用Linking.openURL('setting-url-here')打开设置
【问题讨论】:
标签: android react-native react-native-android
我尝试了this answer,但它不适用于 Android。
如何使用Linking.openURL('setting-url-here')打开设置
【问题讨论】:
标签: android react-native react-native-android
【讨论】:
Linking.openSettings()
迟到总比没有好。欲了解更多信息。
堆栈溢出问答:React Native Open settings through Linking.openURL in IOS
ReactNative 文档: https://reactnative.dev/docs/linking#open-custom-settings
【讨论】: