Skip to content

Commit 82e9d53

Browse files
authored
docs: Update React Native AsyncStorage module (#1625)
2 parents f714763 + c8ac62f commit 82e9d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ For React Native applications, include `'parse/react-native.js'`:
7272
const Parse = require('parse/react-native.js');
7373

7474
// On React Native >= 0.50 and Parse >= 1.11.0, set the Async
75-
const AsyncStorage = require('react-native').AsyncStorage;
75+
const AsyncStorage = require('@react-native-async-storage/async-storage');
7676
Parse.setAsyncStorage(AsyncStorage);
7777
```
7878

0 commit comments

Comments
 (0)