react-native-default-preference icon indicating copy to clipboard operation
react-native-default-preference copied to clipboard

Use SharedPreference (Android) and UserDefaults (iOS) with React Native over a unified interface

Results 2 react-native-default-preference issues
Sort by recently updated
recently updated
newest added

I use this package for our call app and it works very well! Thanks for great library! I prefer it over AsyncStorage as it is simple and do not use...

Summary Starting on May 1 Apple will require to provide a reason of using certain API. Docs: [Describing use of required reason API](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api) The framework uses UserDefaults API ([here](https://github.com/kevinresol/react-native-default-preference/blob/master/ios/RNDefaultPreference.m#L16) or...