googlemaps / react-native-navigation-sdk

Apache License 2.0
19 stars 3 forks source link

Example app not working #275

Open ziga-hvalec opened 2 days ago

ziga-hvalec commented 2 days ago

Example app doesn't include the Navigation sdk dependency inside the package.json.

jokerttu commented 2 days ago

Hi @ziga-hvalec thank you for reporting this.

This seems to be documentation issue. As example app uses yarn workspaces it has direct access to the navigation sdk package at the root folder. Also see content in tsconfig.json file that maps @googlemaps/react-native-navigation-sdk directly to source files. run yarn install in root folder and start the app with yarn run example start to start the metro on example folder.