Skip to content

Commit

Permalink
Update MainApplication.java
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer authored Apr 24, 2019
1 parent 2cfea5e commit 7a90b84
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ public boolean getUseDeveloperSupport() {
protected List<ReactPackage> getPackages() {
@SuppressWarnings("UnnecessaryLocalVariable")
List<ReactPackage> packages = new PackageList(this).getPackages();
// additional non auto detected packages can still be added here:
// packages.add(new SomeReactNativePackage());
// Packages that cannot be autolinked yet can be added manually here, for example:
// packages.add(new MyReactNativePackage());
return packages;
}

Expand Down

0 comments on commit 7a90b84

Please sign in to comment.