-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Description
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"
dmitriy-tkalich, khalid32, jbsouvestre, darleikroth, Moumene and 5 more
Metadata
Metadata
Assignees
Labels
No labels