close
Skip to content

Latest commit

 

History

History

README.md

Expo Router and native menus

Use native context menus to quickly manipulate state and data in your UI.

Screenshot 2024-02-19 at 10 39 08 AM

📦 Features

  • Expo Router is used for file-based navigation.
  • Nativewind styling is used for Tailwind/className support.
  • Zeego is used on iOS and Android for menus.
  • A custom version of shadcn/ui • Dropdown is used on web for styled menus.

Launch your own

Launch with Expo

🚀 How to use

This project does not support Expo Go. Use development builds for this example.

npx create-expo-app -e with-router-menus
  • Install with yarn or npm install.
  • Run npx expo run:ios or npx expo run:android to build the project.
  • Open in the browser with npx expo --web.

When you're ready to publish:

  • Deploy the website: npx eas-cli deployLearn more
  • Deploy the mobile app: npx eas-cli buildLearn more