https://github.com/rumaisanaveed/react-native-learnings
This repo has my learning stuff related to React Native.
https://github.com/rumaisanaveed/react-native-learnings
android-apps app-development cross-platform ios-apps react-native
Last synced: 10 months ago
JSON representation
This repo has my learning stuff related to React Native.
- Host: GitHub
- URL: https://github.com/rumaisanaveed/react-native-learnings
- Owner: rumaisanaveed
- Created: 2024-12-31T14:29:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-31T17:12:21.000Z (over 1 year ago)
- Last Synced: 2025-02-21T17:48:52.302Z (about 1 year ago)
- Topics: android-apps, app-development, cross-platform, ios-apps, react-native
- Language: JavaScript
- Homepage:
- Size: 4.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 React Native Learning Repository
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.
## 🛠️ How to Use This Repository
If you want to use this repository, follow these steps:
1. **Clone the repository**:
```bash
git clone https://github.com/rumaisanaveed/react-native-learnings.git
```
2. **Install dependencies**:
```bash
npm install
```
3. **Run the app**:
```bash
npx expo start
```
4. **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! 🚀