Skip to content

Instantly share code, notes, and snippets.

@ThrowJojo
Created September 25, 2017 04:22
Show Gist options
  • Save ThrowJojo/820e04d0a8d473683fb74b9041d0edf2 to your computer and use it in GitHub Desktop.
Save ThrowJojo/820e04d0a8d473683fb74b9041d0edf2 to your computer and use it in GitHub Desktop.
Overriding createReactActivityDelegate
override fun createReactActivityDelegate(): ReactActivityDelegate {
return MainActivityDelegate(this, mainComponentName!!)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment