0.2.1 • Published 2 years ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

0.2.0

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago