UNPKG

@wordpress/element

Version:
27 lines (25 loc) 530 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _reactNative = require("react-native"); /** * External dependencies */ const Platform = { ..._reactNative.Platform, OS: 'native', select: spec => { if ('ios' in spec) { return spec.ios; } else if ('native' in spec) { return spec.native; } return spec.default; }, isNative: true, isIOS: true }; var _default = exports.default = Platform; //# sourceMappingURL=platform.ios.js.map