react-native-navigation的迁移库

Context.kt 238B

12345678
  1. package com.reactnativenavigation.utils
  2. import android.content.Context
  3. import com.facebook.react.ReactApplication
  4. fun Context.isDebug(): Boolean {
  5. return (applicationContext as ReactApplication).reactNativeHost.useDeveloperSupport
  6. }