Home
last modified time | relevance | path

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

/expo/packages/create-expo-module/src/
H A Dcreate-expo-module.ts234 function handleSuffix(name: string, suffix: string): string { function
343 moduleName: handleSuffix(name, 'Module'),
344 viewName: handleSuffix(name, 'View'),
357 moduleName: handleSuffix(name, 'Module'),
358 viewName: handleSuffix(name, 'View'),
/expo/packages/create-expo-module/build/
H A Dcreate-expo-module.js185 function handleSuffix(name, suffix) { function
265 moduleName: handleSuffix(name, 'Module'),
266 viewName: handleSuffix(name, 'View'),
278 moduleName: handleSuffix(name, 'Module'),
279 viewName: handleSuffix(name, 'View'),
H A Dcreate-expo-module.js.map1handleSuffix(name: string, suffix: string): string {\n if (name.endsWith(suffix)) {\n return n…