ReactActivityDelegate

constructor(@Nullable activity: ReactActivity, @Nullable mainComponentName: String)


constructor(@Nullable activity: Activity, @Nullable mainComponentName: String)

Deprecated

Prefer using ReactActivity when possible, as it hooks up all Activity lifecycle methods by default. It also implements DefaultHardwareBackBtnHandler, which ReactDelegate requires.