Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.6 KB

File metadata and controls

44 lines (25 loc) · 1.6 KB

🔥 Expo Router BOILERPLATE WITH TYPESCRIPT

Expo-router is a new way to build mobile applications with React Native.

It is still in early development phase, but its stable version has been released and will soon replace old Expo with React Navigation.


🕵🏼 ABOUT THIS BOILERPLATE

  • Completely clean, minimal, and error-free (no unnecessary files)
  • Everything works and regularly updated to latest version
  • Typescript installed and integrated (which isn't readily available in expo-router)
  • Ready to be used for any React Native app (to get a headstart)

Main feature of Expo-Router:

It supports file-based route handling just like Next.js 13, SvelteKit, etc. which is simply easier to understand, use and saves a lot of time without having to manually configure each and every routes unlike React Navigation.

For more details, visit their official documentation.


🚀 How to use

Just clone this this Git repository into your machine with git clone <link of this repo> and start building React Native apps with expo-router right away. No need to set anything up.

To run the application for development and testing, run npx expo command inside the project folder.


📚 REFERENCES TO GET STARTED


📝 Notes