react-native-onyx 1.0.43 → 1.0.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# `react-native-onyx`
|
|
2
|
-
|
|
2
|
+
Awesome persistent storage solution wrapped in a Pub/Sub library.
|
|
3
3
|
|
|
4
4
|
# Features
|
|
5
5
|
|
|
@@ -222,7 +222,7 @@ function signOut() {
|
|
|
222
222
|
```
|
|
223
223
|
|
|
224
224
|
## Storage Providers
|
|
225
|
-
Onyx.get
|
|
225
|
+
`Onyx.get`, `Onyx.set`, and the rest of the API accesses the underlying storage
|
|
226
226
|
differently depending on the platform
|
|
227
227
|
|
|
228
228
|
Under the hood storage access calls are delegated to a [`StorageProvider`](lib/storage/index.web.js)
|