We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
componentWillMount(){ Parse.initialize('appname'); Parse.serverURL = 'http://localhost:1337/parse/'; }
It perfectly works on IOS, but for some reason it doesn't on Android... it should be an easy fix, but, alas, I haven't been able to find it.