MM-16430 refactor app entry point (#2924)

* MM-16430 refactor app entry point

* iOS Extensions to use session token from KeyChain

* Remove token from general credentials entity

* Fix mattermost-managed.ios to return the cachedConfig

* Migrate server based keychain for android push notifications

* remove unneeded async

* Remove unneeded android InitializationModule
This commit is contained in:
Elias Nahum
2019-06-26 15:21:20 -04:00
committed by Harrison Healey
parent ce4b48b695
commit 89b96d51db
38 changed files with 1094 additions and 1886 deletions

View File

@@ -100,7 +100,6 @@ public class MainApplication extends NavigationApplication implements INotificat
new ReactNativeDocumentPicker(),
new SharePackage(this),
new KeychainPackage(),
new InitializationPackage(this),
new AsyncStoragePackage(),
new NetInfoPackage(),
new RNCWebViewPackage(),