Searched refs:mutateInternalJSONInPlace (Results 1 – 2 of 2) sorted by relevance
17 fun mutateInternalJSONInPlace(internalJSONMutator: InternalJSONMutator) { in updateJSON() method in expo.modules.manifests.core.Manifest
275 manifest.mutateInternalJSONInPlace(object : InternalJSONMutator { in normalizeManifestInPlace()