Home React Native 환경 구성
Post
Cancel

React Native 환경 구성

VSCode Plugin

  • https://marketplace.visualstudio.com/items?itemName=msjsdiag.vscode-react-native

환경 설정 #

  • nodejs 다운로드 및 설치 #
1
2
3
4
This package has installed:
	•	Node.js v16.13.1 to /usr/local/bin/node
	•	npm v8.1.2 to /usr/local/bin/npm
Make sure that /usr/local/bin is in your $PATH.
  • Expo CLI 설치
1
npm install -g expo-cli
  • 앱시작
1
2
3
4
expo init AwesomeProject

cd AwesomeProject
npm start # you can also use: expo start
  • https://reactnative.dev/docs/running-on-device
  • IOS에서 실행하기 위해서 Xcode 다운로드
    • https://apps.apple.com/us/app/xcode/id497799835?mt=12
This post is licensed under CC BY 4.0 by the author.

[React Native] useEffect를 활용해 RestAPI 호출

[Python] 네이버 카탈로그 페이지 스크랩