parse-community / ParseReact

Seamlessly bring Parse data into your React applications.
https://parseplatform.org
Other
1.3k stars 209 forks source link

Can't require parse-react #150

Closed fatuhoku closed 8 years ago

fatuhoku commented 8 years ago

simulator screen shot 11 dec 2015 16 22 09

fatuhoku commented 8 years ago

Ah... I was following the tutorial over at http://www.raywenderlich.com/106369/integrating-parse-react-native-ios, which is already outdated.

Make sure you require the modules in the way as written in the README:

// For React Native apps
var React = require('react-native');
var Parse = require('parse/react-native');
var ParseReact = require('parse-react/react-native');