We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c14029 commit ed5fbf5Copy full SHA for ed5fbf5
README.md
@@ -72,7 +72,7 @@ For React Native applications, include `'parse/react-native.js'`:
72
const Parse = require('parse/react-native.js');
73
74
// On React Native >= 0.50 and Parse >= 1.11.0, set the Async
75
-const AsyncStorage = require('react-native').AsyncStorage;
+const AsyncStorage = require('@react-native-async-storage/async-storage');
76
Parse.setAsyncStorage(AsyncStorage);
77
```
78
0 commit comments