This repository was archived by the owner on Jan 26, 2021. It is now read-only.
  
  
  
  
New
- Works with Parse SDK 1.6 onwards
- Current user subscription will return undefinedwhile it is fetching the current user- If no current user exists, it will return nullas before
 
- If no current user exists, it will return 
- Special build for React Native users. If you're building a React Native app, it's recommended that you use require('parse-react/react-native')andrequire('parse/react-native')
Changes
- The 'parse-react/class'submodule has moved. Now, you can fetch theParseComponentclass by passing your React singleton toParseReact.Component(). More information can be found in the API docs.