This repository has been 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
undefined
while it is fetching the current user- If no current user exists, it will return
null
as 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 theParseComponent
class by passing your React singleton toParseReact.Component()
. More information can be found in the API docs.