UNPKG
tapjoy-react-native-sdk
Version:
latest (14.6.0)
14.6.0
14.5.0
14.4.0
14.3.1
14.3.0
14.2.1
14.2.0
14.1.1
14.1.0
14.0.1
14.0.0
13.4.1
13.4.0
13.3.0
13.2.1
13.2.0
13.1.2
13.1.1
13.1.0
13.0.1
0.1.2
0.1.1
0.1.0
ReactNative Plugin for Tapjoy SDK
dev.tapjoy.com
tapjoy-react-native-sdk
/
lib
/
commonjs
/
utils
/
ArchitectureDetection.js
8 lines
(7 loc)
•
257 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
NativeTapjoyReactNativeSdk
from
'../NativeTapjoyReactNativeSdk'
;
export
const
isTurboModuleEnabled
= (
) => {
return
NativeTapjoyReactNativeSdk
!=
null
; };
export
const
isFabricEnabled
= (
) => {
return
global
.
nativeFabricUIManager
!=
null
; };