const regex = /Android|webOS|iPhone|iPad|iPod|BlackBerry|Windows Phone/i; const isMobile = regex.test(navigator.userAgent); export default isMobile;