getRuntimeKind
getRuntimeKind allows you to get the kind of the current runtime. It's useful in advanced scenarios, where you need to check the runtime kind before executing certain code paths or where you need to have separate implementations per runtime.
isRNRuntime
# isRNRuntime
isUIRuntime
# isUIRuntime
isWorkerRuntime
# isWorkerRuntime
isWorkletFunction
isWorkletFunction checks if a function is a worklet function. It only works with Worklets Babel plugin enabled. Unless you are doing something with internals of Worklets you shouldn't need to use this function.
isWorkletRuntime
# isWorkletRuntime