Working version

This commit is contained in:
KoalaSat 2023-03-22 16:53:01 +01:00
parent 4557b18a20
commit ae44ab251f
No known key found for this signature in database
GPG Key ID: 2F7F61C6146AB157

View File

@ -24,7 +24,9 @@ public class MainApplication extends Application implements ReactApplication {
@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 NostrosPackage());
return packages;
}