react-device-detection
v1.0.2
Published
React HOC for device detection
Downloads
5
Readme
React device detection
General HOC that will pass in boolean props such as isMobile or isFirefox for a component to use at its discretion.
Install:
yarn add react-device-detection
Example
import deviceDetection from 'react-device-detection';
...
deviceDetection('mobile')(withRouter(MobileNav));