JS Mastery App1
https://www.youtube.com/watch?v=BTfcnxXevm0&t=1202s
start from 23:00
There are different types of navigation like
- stack based
- Tab navigation
- advanced file based routing (img below, including nested and dynamic routes)
- AppWrite for backend , use it to store user activity for any algo (like recommendation) to work
- WebStorm IDE is now free
- to create a react native app in expo ... run this command "npx create-expo-app@latest"
27:00
choose your configurations for expo and download it , start a local development server by
- npx expo start
Scan code and you should see the app running on your phone
- tsconfig.json : type script config
- app.json : app config
Till 30:00
Comments
Post a Comment