expo-modules-core
Version:
The core of Expo Modules architecture
9 lines • 346 B
TypeScript
/**
* Installs Expo Modules on the UI worklet runtime so worklet callbacks and
* serializable SharedObjects work there.
*
* @param uiRuntimeHolder The UI runtime holder from `getUIRuntimeHolder()` in
* `react-native-worklets`.
*/
export declare function installOnUIRuntime(uiRuntimeHolder: object): void;
//# sourceMappingURL=index.d.ts.map