Skip to content

Commit 0b2985c

Browse files
authored
Merge branch 'alpha' into node-19
2 parents 1f81573 + 82e9d53 commit 0b2985c

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)