Merge pull request #219 from fdnhkj/patch-1

Update migration-guide.md
This commit is contained in:
Elliot Hesp 2017-07-04 08:51:09 +01:00 committed by GitHub
commit 8232157f92
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(),