Merge branch 'master' into rnn-v2

This commit is contained in:
Miguel Alatzar
2019-07-02 18:15:19 -07:00
80 changed files with 1859 additions and 2114 deletions

View File

@@ -62,7 +62,6 @@ public class MainApplication extends NavigationApplication implements INotificat
public static MainApplication instance;
public Boolean sharedExtensionIsOpened = false;
public Boolean replyFromPushNotification = false;
public long APP_START_TIME;
@@ -116,7 +115,6 @@ public class MainApplication extends NavigationApplication implements INotificat
new ReactNativeDocumentPicker(),
new SharePackage(this),
new KeychainPackage(),
new InitializationPackage(this),
new AsyncStoragePackage(),
new NetInfoPackage(),
new RNCWebViewPackage(),