npx create-expo-app -e with-routerUse 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.jsfile. - set Authentication preferences in
constants/theme.jssetMobile = trueif you want to use Mobile OTP Authentication in your app. setEmail = trueif you want to use Email and Password Authentication in your app, Set both totrueif you want to use both, either one of them must be true.