๋ฐ์ํ
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 |