react 6

RN. 프로젝트. 초기세팅

node 버전 설치 https://benoit.tistory.com/16 nodebrew로 node 버전설치 brew로 설치된 node 삭제 brew search node 1. 위 명령어를 입력 후 체크되어 있는 모든 대상을 지운다. brew uninstall {target} 2. brew search node를 재 실행하여 체크되어 있는 대상이 있는지 재 확인 brew s.. benoit.tistory.com 설치 및 프로젝트 생성 참고 : https://reactnative.dev/blog/2017/03/13/introducing-create-react-native-app Introducing Create React Native App · React Native Today we’re announcin..

Expo 설치하기

참고 : https://docs.expo.dev/get-started/installation/ Installation - Expo Documentation Expo is an open-source platform for making universal native apps for Android, iOS, and the web with JavaScript and React. docs.expo.dev 1. node, watchman 설치 터미널 입력 brew install node brew install watchman 2. expo-cli 설치 터미널 입력 npm install --global expo-cli 3. iphone, android phone에 앱 설치 android에서는 expo, iphone에..

React Native 설치 및 시뮬실행

설치 공홈 : 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 1. Node, watchman 설치 터미널을 실행하여 입력. brew install node brew install watchman brew가 없다면 https://benoit.tistory.com/9 M1에서 Homebrew 설치 /bin/bash -c "$(curl -fsSL https://gist.githubusercontent.com/nrubin29/..