Update migration-guide.md

This commit is contained in:
Fidan Hakaj 2017-07-01 13:54:47 +02:00 committed by GitHub
parent b79a07c85b
commit d88b39db63
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ Add the packages to the `getPackages()` method as required:
protected List<ReactPackage> getPackages() {
return Arrays.<ReactPackage>asList(
new MainReactPackage(),
new RNFirebasePackage(), // <-- Add this line - it's the only one that's required
new RNFirebasePackage(), // <-- Keep this line - it's the only one that's required
// add these optional packages as appropriate
new RNFirebaseAdMobPackage(),