UNPKG

react-native-flip

Version:
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