play-hooky / newspeed-app

0 stars 0 forks source link

πŸŽ‰ init: Set up initial newspeed-app project structure #6

Closed beolggoolosori closed 1 year ago

beolggoolosori commented 1 year ago

expo μ„ΈνŒ… μ»€λ°‹μž…λ‹ˆλ‹€πŸ§

디렉토리 ꡬ쑰

/newspeed-app
β”œβ”€β”€ .expo
β”œβ”€β”€ assets
β”œβ”€β”€ src
β”‚   β”œβ”€β”€ components
β”‚   β”‚   β”œβ”€β”€ atoms
β”‚   β”‚   β”œβ”€β”€ molecules
β”‚   β”‚   β”œβ”€β”€ organisms
β”‚   β”‚   β”œβ”€β”€ templates
β”‚   β”‚   └── pages
β”‚   β”œβ”€β”€ navigation
β”‚   β”œβ”€β”€ services
β”‚   β”œβ”€β”€ types
β”‚   β”œβ”€β”€ utils
β”‚   └── App.tsx
β”œβ”€β”€ app.json
β”œβ”€β”€ tsconfig.json
β”œβ”€β”€ package-lock.json
└── package.json

Design Pattern

Atomic Design νŒ¨ν„΄μ„ μ΄μš©ν•˜μ—¬ μ•±μ˜ 디렉토리 ꡬ쑰λ₯Ό μ„€μ •ν•˜μ˜€μŠ΅λ‹ˆλ‹€.

Dependencies

    "@react-navigation/bottom-tabs": "^6.5.8",
    "expo": "^49.0.5",
    "expo-status-bar": "~1.4.4",
    "react": "18.2.0",
    "react-icons": "^4.10.1",
    "react-native": "0.71.8",
    "react-native-vector-icons": "^10.0.0"

Image

image image

Test

Expo CLIλ₯Ό μ‚¬μš©ν•˜μ—¬ 둜컬 ν™˜κ²½μ—μ„œ ν…ŒμŠ€νŠΈν–ˆμŠ΅λ‹ˆλ‹€. npm start λ₯Ό μ‹€ν–‰ν•˜μ—¬ ios 및 android ν”Œλž«νΌμ—μ„œ μ •μƒμ μœΌλ‘œ λ™μž‘ν•˜λŠ”μ§€ ν™•μΈν–ˆμŠ΅λ‹ˆλ‹€.

ν”Όλ“œλ°± λΆ€νƒλ“œλ¦½λ‹ˆλ‹€.