react-native-once
Version:
Run code once or multiple time and persist the preference with a declarative API in your React Native applications.
32 lines (31 loc) • 805 B
JSON
{
"name": "react-native-once",
"version": "1.2.1",
"description": "Run code once or multiple time and persist the preference with a declarative API in your React Native applications.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lukebrandonfarrell/react-native-once.git"
},
"keywords": [
"Once",
"React",
"Native",
"AsyncStorage",
"run",
"once",
"user",
"preference",
"on-boarding",
"modals"
],
"author": "Luke Brandon Farrell",
"license": "MIT",
"bugs": {
"url": "https://github.com/lukebrandonfarrell/react-native-once/issues"
},
"homepage": "https://github.com/lukebrandonfarrell/react-native-once#readme"
}