Template này được sử dụng cho video hướng dẫn React Native (basic) của tác giả Hỏi Dân IT (Eric)
https://nodejs.org/download/release/v20.14.0/
Mọi thông tin về Tác giả Hỏi Dân IT, các bạn có thể tìm kiếm tại đây:
Website chính thức: https://hoidanit.vn/
Youtube “Hỏi Dân IT” : https://www.youtube.com/@hoidanit
Tiktok “Hỏi Dân IT” : https://www.tiktok.com/@hoidanit
Fanpage “Hỏi Dân IT” : https://www.facebook.com/askITwithERIC/
Udemy Hỏi Dân IT: https://www.udemy.com/user/eric-7039/
===
Các bước cài đặt: (chế độ development)
- clone code
- cài đặt thư viện: npm i
- Update file .env (nếu cần thiết)
- Chạy dự án: npm start | hoặc | npm run dev
===
- Để fix được lỗi không chạy trên macos qua việc uninstall watchman, đọc: https://stackoverflow.com/questions/72479353/having-an-watchman-issue-react-native
- Để chạy ứng dụng:
- npm install
- npm run dev
- Google: js object dynamic key
- npm i --save-exact @react-navigation/native@6.1.18 @react-navigation/native-stack@6.10.1
- npm i --save-exact react-native-screens@3.31.1 react-native-safe-area-context@4.10.5
- https://stackoverflow.com/questions/60896364/react-native-with-typescript-how-to-use-the-useroute-from-react-navigation-na
- https://stackoverflow.com/questions/44701245/hide-header-in-stack-navigator-react-navigation
- https://reactnavigation.org/docs/drawer-actions/