react-native-nitro-modules
Version:
Insanely fast native C++, Swift or Kotlin modules with a statically compiled binding layer to JSI.
15 lines (14 loc) • 490 B
JavaScript
;
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 './views/HybridView';
export * from './views/getHostComponent';
installWorkletsSupport();
//# sourceMappingURL=index.js.map