UNPKG

tapjoy-react-native-sdk

Version:

ReactNative Plugin for Tapjoy SDK

15 lines (10 loc) 340 B
import NativeTapjoyReactNativeSdk from '../NativeTapjoyReactNativeSdk'; declare global { var nativeFabricUIManager: any | undefined; } export const isTurboModuleEnabled = (): boolean => { return NativeTapjoyReactNativeSdk != null; }; export const isFabricEnabled = (): boolean => { return global.nativeFabricUIManager != null; };