I followed the instruction to use react-native-open-street-map, however I get the following error when I run npm install :
npm WARN react-native-open-street-map@0.0.2 requires a peer of react@16.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN react-native-open-street-map@0.0.2 requires a peer of react-native@0.51.0 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: nan@2.14.0 (node_modules\nan):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'D:\Mobile\gitGroupy\node_modules\nan' -> 'D:\Mobile\gitGroupy\node_modules.nan.DELETE'npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules\fsevents):npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
I then When I start the app using the provided example it doesn't work
I followed the instruction to use react-native-open-street-map, however I get the following error when I run npm install :
I then When I start the app using the provided example it doesn't work