Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/
H A DExponentManifest.kt76 val deepLinkIndex = newPath.indexOf(DEEP_LINK_SEPARATOR_WITH_SLASH) in httpManifestUrlBuilder() constant
77 if (deepLinkIndex > -1) { in httpManifestUrlBuilder()
78 newPath = newPath.substring(0, deepLinkIndex) in httpManifestUrlBuilder()