react-native-system-setting
react-native-system-setting copied to clipboard
Please update documentation: Which features are allowed for app-store/play-store apps, compatible with Expo Managed?
Please indicate which of these features will be allowed by Apple/Google for apps to be provided via the app store / play store? Is it possible to include feature to turn on/off Airplane mode, or DND, from within an app (assuming correct permission) and have Apple/Google not reject the app? Also, can this library used with an Expo managed app, or does it require 'eject'?
Thanks
Only these APIs are forbidden by AppStore.
About airplane, I cannot do it by system limit.
If you are using Expo, you have to eject.
Thank you. I suggest that you add this info to the main readme, or add a link to it. Thanks again.