nesterapp / react-native-streetview

React Native Google's Panorama/StreetView component for iOS and Android.
MIT License
99 stars 52 forks source link

replace `<GOOGLE-MAPS-DIR>/**` by `../../../ios/Pods/GoogleMaps/**` #10

Closed BricePissard closed 6 years ago

BricePissard commented 6 years ago

To prevents to have to edit this file each time we do a yarn add … or react-native install …

BricePissard commented 6 years ago

@nestrapp I was also about to edit the

./js/StreetView.js 

file to fix the

import PropTypes from "prop-types" 
...
PropTypes.xxx

You already done it but you forgot to publish the modif into npm so we can not update to the latest release. Could you enter in your sh terminal, under the root of your package:

npm publish
Frexuz commented 6 years ago

We need this asap! :D

amitpdev commented 6 years ago

i'm on it guys

amitpdev commented 6 years ago

Fixed in 13f84f1359dc01a4fd4aa204dcc0fe3f7b878667. react-native-streetview v0.1.4 was published. Thanks for reporting this!