Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tanner-west/72d104a478d99d365ec3c80a0ba01885 to your computer and use it in GitHub Desktop.
Save tanner-west/72d104a478d99d365ec3c80a0ba01885 to your computer and use it in GitHub Desktop.
@Override
protected List<ReactPackage> getPackages() {
@SuppressWarnings("UnnecessaryLocalVariable")
List<ReactPackage> packages = new PackageList(this).getPackages();
// Packages that cannot be autolinked yet can be added manually here, for example:
// packages.add(new MyReactNativePackage());
packages.add(new com.visionnativemodulepoc.RNVisionModulePOCPackage());
return packages;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment