mateuscardosogs / react-native-firebase-mlkit

MIT License
89 stars 42 forks source link

update manual installation instructions for Android #16

Closed hawry closed 5 years ago

hawry commented 5 years ago

Updates the manual installation instructions for Android since it should be MainApplication.java that should be updated with the import statement and getPackages() statement (according to RN docs). Also changed the import package name to the actual one instead of reactlibrary to make it easier for newcomers to start using the library.