【发布时间】:2019-05-17 11:16:47
【问题描述】:
有什么方法可以使用 React Native Linking 打开 MYApp 的应用设置。
我正在关注 this 以获取 App-Prefs。但我无法在 IOS 中打开除 root 设置页面之外的任何其他设置。
例如:Linking.openURL('App-prefs:root=General&path=About');
我可以使用react-native-open-settings 打开应用设置。
有没有办法使用 React Native 提供的 Linking API 打开应用设置。
提前致谢。
【问题讨论】:
标签: ios react-native deep-linking