UNPKG

react-native-nitro-modules

Version:

Fast, type-safe native modules for React Native with statically compiled JSI bindings.

16 lines (15 loc) 515 B
"use strict"; import { installWorkletsSupport } from './worklets/installWorkletsSupport'; export * from './AnyHybridObject'; export * from './AnyMap'; export * from './BoxedHybridObject'; export * from './CustomType'; export * from './getHybridObjectConstructor'; export * from './HybridObject'; export * from './NitroModules'; export * from './Sync'; export * from './Int64'; export * from './views/HybridView'; export * from './views/getHostComponent'; installWorkletsSupport(); //# sourceMappingURL=index.js.map