Function: getScreenStateSource()
function getScreenStateSource(): ScreenStateSource;
Defined in: packages/player/src/screen-state.ts:99
The installed ScreenStateSource, creating the native one on first use.
Lazy on purpose: importing this module must not construct a HybridObject, so that a test process — or a platform without the native side — never touches Nitro at all. The result is memoised either way, so a missing native module costs one failed lookup per process, not one per render.