react-native-mod-preferences
v0.1.2
Published
Shared Preferences
Readme
react-native-preferences
Shared preferences
Installation
npm install react-native-preferencesUsage
import { getPreference, setPreference } from 'react-native-preferences';
// ...
const result = getPreference('myPreferences', 'myKey');Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library
