UNPKG

create-expo-cljs-app

Version:

Create a react native application with Expo and Shadow-CLJS!

16 lines (13 loc) 279 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = getPlatformName; const names = { ios: 'iOS', android: 'Android' }; function getPlatformName(name) { return names[name] || name; } //# sourceMappingURL=getPlatformName.js.map