You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
override fun onCreate(savedInstanceState: Bundle?) {
val reactContext = getReactNativeHost().getReactInstanceManager().getCurrentReactContext() as ReactApplicationContext?;
val jCoreModule = JCoreModule(reactContext);
//先不要授权极光推送
jCoreModule.setAuth(false);
super.onCreate(null)
}
The text was updated successfully, but these errors were encountered: