프로젝트 생성
- cmd에서 directory 이동
- >> npx react-native init $파일명
안드로이드로 실행
- 생성된 directory로 이동
- >> npx react-native run-android
'프레임워크 > React Native' 카테고리의 다른 글
[React Native] 생명주기와 useEffect() (0) | 2022.03.28 |
---|---|
[ReactNative] FCM+AsyncStorage 설치 후 build failed (0) | 2022.02.18 |
React에서 string 안에 ${변수} 사용 (0) | 2021.07.12 |
React Native Tutorial (JSX, Component, State, Prop) (0) | 2021.07.09 |
WSL(Windows Subsystem for Linux)에서 React Native 설치 (0) | 2021.06.27 |