UNPKG

@pakenfit/react-native-pin-input

Version:
9 lines (8 loc) 250 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IS_IOS = void 0; var _reactNative = require("react-native"); const IS_IOS = exports.IS_IOS = _reactNative.Platform.OS === 'ios'; //# sourceMappingURL=index.js.map