We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
If you get an error like this.
TL;DR
You need to edit this file:
vi node_modules/parse/lib/react-native/StorageController.react-native.js
Change this
import { AsyncStorage } from 'react-native/Libraries/react-native/react-native.js';
to this:
import { AsyncStorage } from '../../../react-native';
refs
Sorry, something went wrong.
The code for parser integration is here: https://github.com/Infinite-Code/SampleMobileApp/tree/1-add-parse-integration
More specifically: c3c467e
Add fixes to make it work with our internal projects
9b836e2
* refs Infinite-Code/SampleMobileApp#1 (comment)
cheeming
No branches or pull requests
The text was updated successfully, but these errors were encountered: