UNPKG

@react95/gatsby-theme

Version:

A React95 theme for your Gatsby blog

9 lines (7 loc) 214 B
const isMobile = typeof window !== 'undefined' && (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test( navigator.userAgent, ) || window.innerWidth < 500); export default isMobile;