Skip to content

Add parse integration #1

New issue

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

Open
cheeming opened this issue Jun 20, 2017 · 3 comments
Open

Add parse integration #1

cheeming opened this issue Jun 20, 2017 · 3 comments
Assignees

Comments

@cheeming
Copy link
Member

@cheeming cheeming self-assigned this Jun 20, 2017
@cheeming
Copy link
Member Author

cheeming commented Jun 20, 2017

If you get an error like this.

screen shot 2017-06-20 at 6 00 50 pm

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

@cheeming
Copy link
Member Author

@cheeming
Copy link
Member Author

More specifically: c3c467e

cheeming pushed a commit to Infinite-Code/Parse-SDK-JS that referenced this issue Jun 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant