@atlantis-lab/next-app-with-ismobile

yarn add @atlantis-lab/next-app-with-ismobile

Usage no npm install needed!

<script type="module">
  import atlantisLabNextAppWithIsmobile from 'https://cdn.skypack.dev/@atlantis-lab/next-app-with-ismobile';
</script>

README

Next App With isMobile

Install

yarn add @atlantis-lab/next-app-with-ismobile

Example usage

import App              from 'next/app'
import compose          from 'recompose/compose'
import { withIsMobile } from '@atlantis-lab/next-app-with-ismobile'
export const withProviders = compose(withIsMobile())
export default withProviders(App)