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 3d7c97b commit 23c22cdCopy full SHA for 23c22cd
README.md
@@ -34,6 +34,10 @@ For React Native applications, include `'parse/react-native'`:
34
```js
35
// In a React Native application
36
var Parse = require('parse/react-native');
37
+
38
+// On React Native >= 0.50 and Parse >= 1.11.0, set the Async
39
+var AsyncStorage = require('react-native').AsyncStorage;
40
+Parse.setAsyncStorage(AsyncStorage);
41
```
42
43
## License
0 commit comments