Closed
Description
When i try to use Parse SDK with the examples shown in their documentation. But it keeps giving this error...
TypeError: Cannot convert undefined value to object, js engine: hermes
I think none of 4+ versions of SDK works... 3.4.0 version seems to work... but its pretty old...
also you can not import parse/react-native.js as shown in the example / documentation...
you need to place the full path, otherwise it does not seem to work too... You need to import like you see below
import Parse from './node_modules/parse/react-native.js';