dpa99c / react-native-launch-navigator

A React Native module for launching today's most popular navigation/ride apps to navigate to a destination.
143 stars 34 forks source link

Installation error on android #11

Closed losheredos closed 5 years ago

losheredos commented 5 years ago

I installed the package as described but I get native errors such as:

error: package uk.co.workingedge.RNLaunchNavigator does not exist import uk.co.workingedge.RNLaunchNavigator.RNLaunchNavigatorPackage;

error: cannot find symbol new RNLaunchNavigatorPackage(),

dpa99c commented 5 years ago

Please try the example project and confirm if you can see the same error. It works fine for me.

losheredos commented 5 years ago

I tried to install the package again and now it worked without any problem.. Maybe automated linking had some issues I guess, this time I did all manually by looking at your example project. Anyways, thank you for this nice package!