๋ณธ๋ฌธ ๋ฐ”๋กœ๊ฐ€๊ธฐ

Mobile/React Native

Expo, Create React Native App

๋ฐ˜์‘ํ˜•

create-react-native-app ํŒจํ‚ค์ง€๋ฅผ npm(node.js package manager)์„ ์ด์šฉํ•˜์—ฌ ์„ค์น˜ํ•˜์ž.

RN์€ npm์„ ์ด์šฉํ•˜์—ฌ ๋””ํŽœ๋˜์‹œ๋ฅผ ๊ด€๋ฆฌํ•œ๋‹ค.

npm install -g create-react-natvie-app

 

๋ญ๊ฐ€ ๋‹ค๋ฅธ๊ฑด์ง€ ๋ชจ๋ฅด๊ฒ ๋Š”๋ฐ, https://expo.io/learn : Get Started ์—์„œ๋Š”

1. Node.js ์„ค์น˜

2. npm install expo-cli --global

3. expo init my-new-project
cd my-new-project
expo start

4. QR์ฝ”๋“œ๋กœ ํฐ์—์„œ ์—ด๊ธฐ

5. your-project/App.js๋กœ ์•ฑ ๋งŒ๋“ค๊ธฐ!

๋ฐ˜์‘ํ˜•

'Mobile > React Native' ์นดํ…Œ๊ณ ๋ฆฌ์˜ ๋‹ค๋ฅธ ๊ธ€

[React Native] Style  (0) 2019.09.23
[React Native] State  (0) 2019.09.23
[React Native] Props  (0) 2019.09.20
[React Native] Learn the Basics  (0) 2019.09.20
Getting Started  (0) 2019.08.17