import { NativeEventEmitter, Platform } from 'react-native'; import { HeapReactNativeBridgeModule } from '../core/nativeModules'; import { createReactNativeHeap } from './heap'; export const [Heap, HeapLogger] = createReactNativeHeap( HeapReactNativeBridgeModule, Platform, NativeEventEmitter, ); export { LogLevel } from '@heap/heap-javascript-bridge-support';