Home
last modified time | relevance | path

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

/expo/tools/src/commands/
H A DGenerateBareApp.ts345 const strippedAppName = appName.replaceAll('-', ''); constant
346 json.expo.android = { package: `com.${strippedAppName}` };
347 json.expo.ios = { bundleIdentifier: `com.${strippedAppName}` };