Move the secure-random code into this project due to build issues with the module, which is no longer maintained
This commit is contained in:
parent
2c73703d7d
commit
a56cae626a
12 changed files with 110 additions and 18 deletions
|
|
@ -28,6 +28,7 @@ public class MainApplication extends Application implements ReactApplication {
|
|||
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 AppSecureRandomPackage());
|
||||
return packages;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue