Skip to content

Commit

Permalink
Merge branch 'alpha' into node-19
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza authored Jan 5, 2023
2 parents 1f81573 + 82e9d53 commit 0b2985c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ For React Native applications, include `'parse/react-native.js'`:
const Parse = require('parse/react-native.js');

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

Expand Down

0 comments on commit 0b2985c

Please sign in to comment.