Skip to content

Instantly share code, notes, and snippets.

@LloydBlv
Last active December 23, 2023 03:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LloydBlv/5c0e1bb413f87482c2af27d624fe755e to your computer and use it in GitHub Desktop.
Save LloydBlv/5c0e1bb413f87482c2af27d624fe755e to your computer and use it in GitHub Desktop.
override fun onCreate() {
super.onCreate()
SoLoader.init(this@App, SoLoader.SOLOADER_ALLOW_ASYNC_INIT)
AndroidFlipperClient.getInstance(this@App).apply {
addPlugin(FlipperModule.networkFlipperPlugin)
start()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment