Home
last modified time | relevance | path

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

/expo/packages/expo-manifests/android/src/main/java/expo/modules/manifests/core/
H A DManifest.kt17 fun mutateInternalJSONInPlace(internalJSONMutator: InternalJSONMutator) { in updateJSON() method
/expo/android/expoview/src/main/java/host/exp/exponent/
H A DExponentManifest.kt275 manifest.mutateInternalJSONInPlace(object : InternalJSONMutator { in normalizeManifestInPlace()