[tests][android] add RNPromiseTestPackage to application package list

This commit is contained in:
Salakar 2018-09-01 22:19:39 +01:00
parent e41d90a5a8
commit 1bc26cfdb6
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ public class MainApplication extends Application implements ReactApplication {
protected List<ReactPackage> getPackages() {
return Arrays.<ReactPackage>asList(
new MainReactPackage(),
new RNPromiseTestPackage(),
new RNBridgePackage(),
new RNFirebasePackage(),
new RNFirebaseAdMobPackage(),