https://www.youtube.com/watch?v=sm5Y7Vtuihg
run npx create-expo-app@latest
- go to -> https://docs.expo.dev/get-started/set-up-your-environment/
- scan QR code and install the expo go app on android device
https://docs.expo.dev/get-started/start-developing/
run npx expo start
- open expo app and scan qr code, it will show our app
install vscode extension ES7+ React/Redux/React-Native
- remove all contents
- type: rnfe
- rename index.tsx -> index.jsx
icon list: https://icons.expo.fyi/Index
import { Slot } from "expo-router";
export default function CoffeeLayout() {
return <Slot />
}
fonts: github.com/expo/google-fonts
https://docs.expo.dev/router/reference/authentication/
npm i expo-secure-store
login themes from https://github.com/lumamontes/expo-router-auth
https://docs.expo.dev/build/setup/
$ npm install -g eas-cli
$ eas login
$ eas build -p android --profile preview
you can download the apk
after some time at https://expo.dev/accounts/suhailvs/projects/stackcoinapp