An open API service indexing awesome lists of open source software.

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.

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! 🚀