React Native : RN/Setting & Bug

[Facebook + Expo] create-react-native-app {project name}

곰돌이도한다. 2022. 3. 8. 15:27

참고 : https://reactnative.dev/blog/2017/03/13/introducing-create-react-native-app

 

Introducing Create React Native App · React Native

Today we’re announcing Create React Native App: a new tool that makes it significantly easier to get started with a React Native project! It’s heavily inspired by the design of Create React App and is the product of a collaboration between Facebook and

reactnative.dev

 

Expo의 기능까지 사용할 수 있는 도구.

npm i -g create-react-native-app
create-react-native-app my-project
cd my-project
npm start

'React Native : RN > Setting & Bug' 카테고리의 다른 글

nodebrew로 node 버전설치  (0) 2022.03.10
RN. 프로젝트. 초기세팅  (0) 2022.03.10
command not found: code  (0) 2022.02.28
Expo 설치하기  (0) 2022.02.24
React Native 설치 및 시뮬실행  (0) 2022.02.21