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