Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/buddhadebkoner/react-native-learning
- Owner: BuddhadebKoner
- Created: 2024-09-04T19:28:26.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T02:05:51.000Z (5 months ago)
- Last Synced: 2024-11-03T07:40:29.849Z (3 months ago)
- Topics: javascript, react-native, typescript
- Language: JavaScript
- Homepage:
- Size: 894 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```