๋ณธ๋ฌธ ๋ฐ”๋กœ๊ฐ€๊ธฐ
๐Ÿ–ฅ๏ธํ”„๋ก ํŠธ์—”๋“œ/React Native

React Native - ์ดˆ๊ธฐ ์„ค์น˜

by Janger 2022. 4. 7.
728x90
๋ฐ˜์‘ํ˜•

[์ปดํ“จํ„ฐ์— ๊ฐœ๋ฐœ ํ™˜๊ฒฝ ์„ค์น˜ํ•˜๊ธฐ]

https://reactnative.dev/docs/environment-setup

 

Setting up the development environment · React Native

This page will help you install and build your first React Native app.

reactnative.dev

 

 

 

npx react-native init SampleApp

 

cd SampleApp
npm run android

 

์ถœ์ฒ˜: 

https://dev-yakuza.posstree.com/ko/react-native/install-on-windows/

 

์œˆ๋„์šฐ(Windows)์— react native ๊ฐœ๋ฐœ ํ™˜๊ฒฝ ๊ตฌ์ถ•ํ•˜๊ธฐ

react-native๋กœ ์•ฑ์„ ๊ฐœ๋ฐœํ•˜๊ธฐ ์œ„ํ•ด ์œˆ๋„์šฐ(Windows)์— ๊ฐœ๋ฐœ ํ™˜๊ฒฝ์„ ๊ตฌ์ถ•ํ•ด ๋ณด๊ณ , react-native๋กœ ์ƒ์„ฑํ•œ ํ”„๋กœ์ ํŠธ๊ฐ€ ์ž˜ ๋™์ž‘ํ•˜๋Š”์ง€ ํ™•์ธํ•ด ๋ด…๋‹ˆ๋‹ค.

dev-yakuza.posstree.com

 

728x90
๋ฐ˜์‘ํ˜•