
package.json

I have the same issue #239 and my parse-react is 1.6.14 . I am stuck with this error .
Looks like there was a packaging issue with the latest version of Parse+React. I'll try to rebuild it and publish a new version as 0.5.2.
That said, because this is an issue with Parse+React, not the JS SDK, I'm closing this issue.
@andrewimm thanks
Published. That should resolve the issue, sorry for the mix-up.
@andrewimm it works fine now thank you very much
Hi guys, I am getting something similar, with latest version of RN. Can you please help?
package.json:
"parse": "^1.9.1",
"react": "15.3.1",
"react-native": "0.33.0",


If I down-grade to
"react": "15.2.1",
"react-native": "^0.31.0",
everything works fine.
@stage88 I meet the same problem and down-grade to solve it, thx
Any one know why it is broken
## i have same error, please help.
"parse-dashboard": "~1.0.8",
"parse-server": "~2.2.22",
"react": "15.3.2",
"react-native": "0.34.1",
"react-native-code-push": "~1.14.6-beta",
"react-native-elements": "^0.6.0",
"react-native-vector-icons": "^2.1.0",

Most helpful comment
Hi guys, I am getting something similar, with latest version of RN. Can you please help?