Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/beaniejoy/bucket-list-react-native-test

πŸ“‹ practice React-Native (test code) / React-Native μ—°μŠ΅μš© μ½”λ“œμž…λ‹ˆλ‹€.
https://github.com/beaniejoy/bucket-list-react-native-test

Last synced: 1 day ago
JSON representation

πŸ“‹ practice React-Native (test code) / React-Native μ—°μŠ΅μš© μ½”λ“œμž…λ‹ˆλ‹€.

Awesome Lists containing this project

README

        

# πŸ“‹ bucket-list-react-native-test

> react-native μ—°μŠ΅μš© κ³Όμ œμž…λ‹ˆλ‹€.


```
App.js
β”œβ”€β”€ BucketInput.js ── [Create] New Bucket
└── BucketList.js ── List Up All Buckets
└── Bucket.js
β”œβ”€β”€ 1. (Done or Not yet) Toggle function
β”œβ”€β”€ 2. Bucket content
└── 3.[Update or Delete] Bucket function

```

### Install React-Native
```cmd
npm install -g react-native-cli
npm install -g expo-cli
```

### Create Project
```cmd
expo init [project_name]
```

### Update Package & Dependencies
```cmd
npm install
```

### Run Project
```cmd
expo start
```


## Reference
λ””μžμΈ λΌˆλŒ€λŠ” λΈ”λ‘œκ·Έμ—μ„œ μ°Έκ³ ν–ˆμŠ΅λ‹ˆλ‹€.
Componentκ°„ μ—°κ²°κ³Ό λ‘œμ§μ€ μˆ˜μ—…μ‹œκ°„ λ‚΄μš©μ„ μ°Έκ³ ν•΄ ν•΄λ‹Ή ν”„λ‘œμ νŠΈμ— 맞게 λ³€ν˜•, κ΅¬μ„±ν•˜μ˜€μŠ΅λ‹ˆλ‹€.
- [기본적인 λ””μžμΈ λΌˆλŒ€](https://busy.org/@anpigon/react-native-todo-1-1543931900794/amp)
- [Reference Code](https://github.com/hanbinleejoy/bucket-list-react-native-test/tree/master/ref-components)