Skip to content

Do not install v0.14.0 on Android #1219

@hemedani

Description

@hemedani

In install instruction you say should add this line in android/settings.gradle :

include ':react-native-maps'
project(':react-native-maps').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-maps/android')

But in the ../node_modules/react-native-maps we don't have android folder I think it's move to lib folder, so I change the path to :

include ':react-native-maps'
project(':react-native-maps').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-maps/lib/android')

The path error for dependency is fixed but we have Unknown plugin "module-resolver" problem :

TransformError: /home/syd/Work/ignite/TaxiBS/node_modules/react-native-maps/index.js: Unknown plugin "module-resolver" specified in "/home/syd/Work/ignite/TaxiBS/node_modules/react-native-maps/.babelrc" at 0, attempted to resolve relative to "/home/syd/Work/ignite/TaxiBS/node_modules/react-native-maps"

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