0.2.1 • Published 3 years ago

react-native-user-defaults-test v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

react-native-user-defaults

NSUserDefaults

Installation

npm install react-native-user-defaults

Usage

import { setItem, getItem } from "react-native-user-defaults";

// ...
Its used both for ios or android device

const result = setItem("key", "value");
return boolean;
const result = getItem("key");
return string;

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

0.2.1

3 years ago

0.2.0

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago