UNPKG

@huds0n/shared-state-store-rn

Version:

Share States React Native store creator

40 lines 833 B
{ "name": "@huds0n/shared-state-store-rn", "version": "2.0.0-beta1", "description": "Share States React Native store creator", "main": "./index.js", "types": "./index.d.ts", "keywords": [ "state", "shared", "global", "react", "reactnative", "store" ], "contributors": [ { "name": "J Hudson" }, { "name": "M Hudson" } ], "license": "MIT", "dependencies": { "@huds0n/error": "2.0.0-beta1", "@huds0n/shared-state": "2.0.0-beta1", "@react-native-async-storage/async-storage": "~1.17.11", "crypto-es": "^1.2.7", "tslib": "^2.5.0" }, "devDependencies": { "@types/react": "^18.0.27", "@types/react-native": "^0.71.0", "@types/tinycolor2": "^1.4.3", "typescript": "^4.9.4" }, "publishConfig": { "access": "public" } }