Skip to content

Bundling failed: ReferenceError: ReactNativeRenderGenerator is not defined #195

@ThePJMP

Description

@ThePJMP

After upgrading vue-native-core (from 0.0.8 to 0.1.2) & react-native version (from 0.55.4 to 0.59.8) bunding failed with following error:

Bundling failed: ReferenceError: ReactNativeRenderGenerator is not defined

Compiling is failing on this line

var renderer = new ReactNativeRenderGenerator(el, options);

After manually changing ReactNativeRenderGenerator to ReactNativeRenderGenerator$1 it says error: bundling failed: ReferenceError: _ is not defined

importObj.imports = _.union(importObj.imports, importModules);

I fixed manually adding lodash, and it worked.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions