Closed burgalon closed 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?
rnpm link
npm
@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.
npm package
cocoapods
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 usenpm
instead of Cocoapods?