1.0.2 • Published 7 years ago
asyncstorageapi v1.0.2
AsyncStorageApi
The AsyncStorage API of React-Native, now backed by a new Map() instance,
so it can be ran in any JavaScript environment and as mock for your tests.
Installation
npm install --save asyncstorageapiUsage
Exactly the same as: https://facebook.github.io/react-native/docs/asyncstorage With the following exceptions:
flushGetRequestsit exists, but does absolutely nothing.
Everything else should work as intended or be considered a bug in this implementation.
- All methods are truely async.
- Supports Promise and callback based patterns.
- Merging of Objects is done deeply.
- The returned
AsyncStorageinstance is anobject - The
AsyncStorageobject only exposes the API methods, nothing more.
License
MIT