Home
last modified time | relevance | path

Searched refs:exponentProps (Results 1 – 2 of 2) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/experience/
H A DReactNativeActivity.kt422 val exponentProps = JSONObject() in <lambda>() constant
426 exponentProps.put("notification", notification.toJSONObject("selected")) in <lambda>()
433 exponentProps.put("manifestString", manifest.toString()) in <lambda>()
434 exponentProps.put("shell", isShellApp) in <lambda>()
435 exponentProps.put("initialUri", intentUri) in <lambda>()
459 bundle.putBundle("exp", BundleJSONConverter.convertToBundle(exponentProps)) in <lambda>()
/expo/android/expoview/src/main/java/host/exp/exponent/kernel/
H A DKernel.kt343 val exponentProps = JSONObject() in <lambda>() constant in host.exp.exponent.kernel.Kernel
347 exponentProps.put("referrer", referrer) in <lambda>()
354 bundle.putBundle("exp", BundleJSONConverter.convertToBundle(exponentProps)) in <lambda>()