-
-
Notifications
You must be signed in to change notification settings - Fork 36
Closed
Description
Hi @timwangdev,
Thanks for trying to support this package.
I tried to install it and after running react-native link it inserted the following in my pod file:
pod 'react-native-geocoder', :path => '../node_modules/react-native-geocoder-reborn/'
When I tried to run pod install I got:
[!] The name of the given podspec
react-native-geocoder-reborn
doesn't match the expected onereact-native-geocoder
I changed the code to:
pod 'react-native-geocoder-reborn', :path => '../node_modules/react-native-geocoder-reborn/react-native-geocoder.podspec'
and I was able to install it and build on ios
Metadata
Metadata
Assignees
Labels
No labels