npx create-expo-app -e with-router
Use expo-router
to build native navigation using files in the app/
directory.
- Start by adding your app details, theme colors, and other preferences in the
constants/theme.js
file. - set Authentication preferences in
constants/theme.js
setMobile = true
if you want to use Mobile OTP Authentication in your app. setEmail = true
if you want to use Email and Password Authentication in your app, Set both totrue
if you want to use both, either one of them must be true.