forked from Ivasoft/mattermost-mobile
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:
committed by
Harrison Healey
parent
ce4b48b695
commit
89b96d51db
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user