zhangtaii / react-native-google-place-picker

React Native Wrapper of Google Place Picker for iOS + Android.
MIT License
185 stars 54 forks source link

Move out of CocoaPods #15

Closed burgalon closed 7 years ago

burgalon commented 7 years ago

Currently when running rnpm link, Cocoapods are not installed or added, and so GoogleMaps.h and GooglePlaces.h is missing. Is it easy to move this package to use npm instead of Cocoapods?

zhangtaii commented 7 years ago

@burgalon Sorry, It's too big to include all the dependencies in npm package, please check https://guides.cocoapods.org/using/getting-started.html to install cocoapods manually, then runrnpm link again.