UNPKG

redux-form

Version:

A higher order component decorator for forms using Redux and React

7 lines (6 loc) 276 B
"use strict"; exports.__esModule = true; exports["default"] = void 0; var isReactNative = typeof window !== 'undefined' && window.navigator && window.navigator.product && window.navigator.product === 'ReactNative'; var _default = isReactNative; exports["default"] = _default;