UNPKG

redux-form

Version:

A higher order component decorator for forms using Redux and React

8 lines (6 loc) 258 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var isReactNative = typeof window !== 'undefined' && window.navigator && window.navigator.product && window.navigator.product === 'ReactNative'; exports.default = isReactNative;