Skip to content

Parse SDK 4.3.1 is not working with React Native / Expo #2081

Closed
@pdesign

Description

@pdesign

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';

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:featureNew feature or improvement of existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions