GuardedRunnable

abstract class GuardedRunnable(exceptionHandler: JSExceptionHandler) : Runnable

Abstract base for a Runnable that should have any RuntimeExceptions it throws handled by the JSExceptionHandler registered if the app is in dev mode.

Constructors

Link copied to clipboard
constructor(reactContext: ReactContext)
constructor(exceptionHandler: JSExceptionHandler)

Functions

Link copied to clipboard
override fun run()
Link copied to clipboard
abstract fun runGuarded()