This repository contains all the code I write while learning React Native.
I am following 📺 YouTube tutorials and the 📖 official React Native documentation to learn React Native.
If you want to use this repository, follow these steps:
- Clone the repository:
git clone https://github.com/rumaisanaveed/react-native-learnings.git
- Install dependencies:
npm install
- Run the app:
npx expo start
- View the app:
- 📱 On Mobile: Install the Expo Go app on your mobile device and scan the QR code generated after running the above command.
- 💻 On Web: You can also view the app directly on your web browser.
📝 You will receive a full guide in the terminal after running the npx expo start
command.
✨ Happy coding! 🚀