react-native-onyx 1.0.23 → 1.0.24

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.
@@ -1,8 +1,3 @@
1
- import {Platform} from 'react-native';
1
+ import NativeStorage from './NativeStorage';
2
2
 
3
- const Storage = Platform.select({
4
- default: () => require('./WebStorage').default,
5
- native: () => require('./NativeStorage').default,
6
- })();
7
-
8
- export default Storage;
3
+ export default NativeStorage;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-onyx",
3
- "version": "1.0.23",
3
+ "version": "1.0.24",
4
4
  "author": "Expensify, Inc.",
5
5
  "homepage": "https://expensify.com",
6
6
  "description": "State management for React Native",