webyonet / react-native-android-location-services-dialog-box

React Native Android Location Services Dialog Box
MIT License
182 stars 50 forks source link

Unknown named module: 'react-native-android-location-services-dialog-box' #6

Closed abhitheawesomecoder closed 7 years ago

abhitheawesomecoder commented 7 years ago

After following ur steps of installation when i try to run my app I get error

Unknown named module: 'react-native-android-location-services-dialog-box'

I am using latest react native version

webyonet commented 7 years ago

Please make sure that the module is defined in MainApplication.java

import com.showlocationservicesdialogbox.LocationServicesDialogBoxPackage;

return Arrays.<ReactPackage>asList( new MainReactPackage(), new LocationServicesDialogBoxPackage() );

screen shot 2016-12-06 at 00 27 19
webyonet commented 7 years ago

Follow step by step manual installation steps