Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/buddhadebkoner/react-native-learning

Devalopes and Learning About Apps using React Natives
https://github.com/buddhadebkoner/react-native-learning

javascript react-native typescript

Last synced: about 1 month ago
JSON representation

Devalopes and Learning About Apps using React Natives

Awesome Lists containing this project

README

        

# React Native Learning Journey

This repository is a collection of my learning projects and experiments with React Native. The journey started on **4th September 2024** and is ongoing as I explore various technologies and approaches in mobile app development.

## Directory Structure

- **Core Native App**:
This folder contains projects built using core React Native, focusing on understanding the core APIs, native modules, and building apps that can be deployed to both iOS and Android platforms.

- **Expo Go**:
Contains projects built using Expo Go, which allows for a quicker setup and development experience, especially for rapid prototyping and learning React Native basics.

**Getting Started**
```bash
npx create-expo-app hello-world-expo-go --template blank
```
**Running the Projects**
```bash
npx expo start
```
**see java and node are processing**
```bash
pgrep -fl node
pgrep -fl java
```
**kill the process**
```bash
kill -9
```