UNPKG

react-native-full-responsive

Version:

Create a fully responsive React Native app for all supported platforms

9 lines (8 loc) 262 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PATTERN_REGEX = void 0; const PATTERN_REGEX = /^(undefined|[+-]?\d+(\.\d+)?|(\.\d+))(rs|rw|rh)$/; exports.PATTERN_REGEX = PATTERN_REGEX; //# sourceMappingURL=constants.js.map