parent
c81a9e4799
commit
ad151b3870
13
src/globals.d.ts
vendored
13
src/globals.d.ts
vendored
@ -1,5 +1,18 @@
|
|||||||
/* eslint-disable no-var */
|
/* eslint-disable no-var */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* `true` if currently running in a Frame Processor runtime
|
||||||
|
*/
|
||||||
|
declare var _FRAME_PROCESSOR: true | undefined;
|
||||||
|
/**
|
||||||
|
* `true` if currently running in a reanimated UI runtime
|
||||||
|
*/
|
||||||
|
declare var _UI: true | undefined;
|
||||||
|
/**
|
||||||
|
* `true` if currently running in a Worklet runtime (frame processor, multithreading, reanimated)
|
||||||
|
*/
|
||||||
|
declare var _WORKLET: true | undefined;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A native logging function (outputs to Xcode console/Android Logcat)
|
* A native logging function (outputs to Xcode console/Android Logcat)
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user