Home
last modified time | relevance | path

Searched refs:getExpoClientConfigRootObject (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-manifests/android/src/main/java/expo/modules/manifests/core/
H A DManifest.kt82 abstract fun getExpoClientConfigRootObject(): JSONObject? in updateJSON() method in expo.modules.manifests.core.Manifest
115 val expoClientConfig = getExpoClientConfigRootObject() ?: return null in updateJSON()
120 val expoClientConfig = getExpoClientConfigRootObject() ?: return null in updateJSON()
125 val expoClientConfig = getExpoClientConfigRootObject() ?: return null in updateJSON()
130 val expoClientConfig = getExpoClientConfigRootObject() ?: return null in updateJSON()
135 val expoClientConfig = getExpoClientConfigRootObject() ?: return null in updateJSON()
140 val expoClientConfig = getExpoClientConfigRootObject() ?: return null in updateJSON()
146 val expoClientConfig = getExpoClientConfigRootObject() ?: return null in updateJSON()
155 val expoClientConfig = getExpoClientConfigRootObject() ?: return null in updateJSON()
160 val expoClientConfig = getExpoClientConfigRootObject() ?: return null in updateJSON()
[all …]
H A DNewManifest.kt52 …return getExpoClientConfigRootObject()?.getString("sdkVersion") ?: getSDKVersionFromRuntimeVersion… in getExpoGoSDKVersion()
67 override fun getExpoClientConfigRootObject(): JSONObject? { in getExpoClientConfigRootObject() method
H A DBaseLegacyManifest.kt27 override fun getExpoClientConfigRootObject(): JSONObject? { in getExpoClientConfigRootObject() method
/expo/android/expoview/src/main/java/host/exp/exponent/utils/
H A DTextDirectionController.kt27 …(manifest.getExpoClientConfigRootObject()?.optJSONObject("extra")?.optBoolean("supportsRTL") ?: fa… in setSupportsRTLFromManifest()