TurboModule

interface TurboModule

All turbo modules should inherit from this interface

Inheritors

Functions

Link copied to clipboard
abstract fun initialize()

Initialize the TurboModule.

Link copied to clipboard
abstract fun invalidate()

Called during the turn down process of ReactHost. This method is called before React Native is stopped. Override this method to clean up resources used by the TurboModule.