packagecom.meucommicimportcom.facebook.react.ReactActivityimportcom.facebook.react.ReactActivityDelegateimportcom.facebook.react.defaults.DefaultNewArchitectureEntryPoint.fabricEnabledimportcom.facebook.react.defaults.DefaultReactActivityDelegateclassMainActivity:ReactActivity(){/** * Returns the name of the main component registered from JavaScript. This is used to schedule * rendering of the component. */overridefungetMainComponentName():String="MeUCommic"/** * Returns the instance of the [ReactActivityDelegate]. We use [DefaultReactActivityDelegate] * which allows you to enable New Architecture with a single boolean flags [fabricEnabled] */overridefuncreateReactActivityDelegate():ReactActivityDelegate=DefaultReactActivityDelegate(this,mainComponentName,fabricEnabled)}