Searched refs:handleSuffix (Results 1 – 3 of 3) sorted by relevance
| /expo/packages/create-expo-module/src/ |
| H A D | create-expo-module.ts | 234 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 D | create-expo-module.js | 185 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 D | create-expo-module.js.map | 1 …handleSuffix(name: string, suffix: string): string {\n if (name.endsWith(suffix)) {\n return n…
|