kathawala / expo-hamburger-menu-template

React Native Template with Hamburger Menu / Drawer style navigation. Uses Typescript, React Navigation v5 and Expo v39

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Banner

Expo Hamburger-Menu Template

Github last commit Github repo size License

A template for building a cross-platform mobile app with hamburger-menu-style navigation built in. This builds on top of the drawer-style navigation included in React Navigation by adding a hamburger menu button to the top-left of the screen which can open and close the drawer. With gesture-navigation being the standard for Android 10+, the need for a clickable way to open and close app drawers has resurfaced. This template provides that.

Uses: Expo v39, React Native 0.63, React Navigation 5.0, Typescript

Sets up for you: hamburger menu, drawer navigation, tests (with jest), hooks, deep linking, custom font support, splash screen, dark/light mode support

Preview

Demo GIF

Table of contents

Installation

(Back to top)

No manual setup required. Use the same way you initialize your other Expo projects.

expo init --template https://github.com/kathawala/expo-hamburger-menu-template
npx create-react-native-app --template https://github.com/kathawala/expo-hamburger-menu-template

License

(Back to top)

MIT License

Say thanks!

(Back to top)

If this saved you development time or you otherwise found it useful, leave a star or follow in GitHub.

You can also buy me a coffee to say thanks:

Liberapay

Donate using Liberapay

PayPal

paypal

Footer

About

React Native Template with Hamburger Menu / Drawer style navigation. Uses Typescript, React Navigation v5 and Expo v39

License:MIT License


Languages

Language:TypeScript 97.2%Language:JavaScript 2.8%