Skip to content

Bug with rn link #1

@compojoom

Description

@compojoom

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 one react-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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions