angular / react-native-renderer

Use Angular and React Native to build applications for Android and iOS
http://angular.github.io/react-native-renderer/
MIT License
789 stars 97 forks source link

Author: App Settings #83

Closed reachlakstar closed 7 years ago

reachlakstar commented 8 years ago

How to read/write in to app settings? i want to add an field in to the settings so that my app can read from the settings.

reachlakstar commented 8 years ago

i dont want to see the custom page instead if we go settings > apps > pick my app > i would like to see there?

marclaval commented 7 years ago

You'll need to create a standard Settings bundle as part of the iOS project generated: https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/UserDefaults/Preferences/Preferences.html

Then, accessing these settings seems to be possible from the react native application: http://stackoverflow.com/questions/39081688/open-settings-app-from-another-app-in-ios-react-native

To be experimented