https://github.com/threepointone/asyncstorage-mock
a mock for react-native's asyncstorage api. useful for testing.
https://github.com/threepointone/asyncstorage-mock
Last synced: about 1 month ago
JSON representation
a mock for react-native's asyncstorage api. useful for testing.
- Host: GitHub
- URL: https://github.com/threepointone/asyncstorage-mock
- Owner: threepointone
- Created: 2015-08-06T08:56:53.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-06T11:32:51.000Z (almost 10 years ago)
- Last Synced: 2025-03-25T09:11:18.207Z (about 2 months ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
asyncstorage-mock
---`npm install asyncstorage-mock babel-runtime --save-dev`
a mock module for react-native's AsyncStorage api
`import * as AsyncStorage from 'asyncstorage-mock';`