Package-level declarations
Types
Link copied to clipboard
class DevMenuModule(reactContext: ReactApplicationContext?, devSupportManager: DevSupportManager) : NativeDevMenuSpec
Module that exposes the DevMenu to JS so that it can be used to programmatically open it.
Link copied to clipboard
class DevSettingsModule(reactContext: ReactApplicationContext?, devSupportManager: DevSupportManager) : NativeDevSettingsSpec
Module that exposes the URL to the source code map (used for exception stack trace parsing) to JS
Link copied to clipboard
Each time a frame is drawn, records whether it should have expected any more callbacks since the last time a frame was drawn (i.e. was a frame skipped?). Uses this plus total elapsed time to determine FPS. Can also record total and expected frame counts, though NB, since the expected frame rate is estimated, the expected frame count will lose accuracy over time.
Link copied to clipboard
Module that exposes the URL to the source code map (used for exception stack trace parsing) to JS