react-native

    React Native 프로젝트 생성하기

    환경설정은 여기서 확인할 수 있으며, 이번엔 프로젝트를 생성해보자. [Mac] React Native 시작하기 React Native는 Facebook이 만든 오픈소스 모바일 앱 프레임워크로 JavaScript로 Android와 iOS 앱을 동시에 개발할 수 있는 오픈소스다. Homebrew 설치하기 Homebrew The Missing Package Manager for macOS (or.. yuls-with-ai.tistory.com node 버전 고정하기 npm config set save-exact=true 프로젝트 생성하기 react-native init Project 실행하기 프로젝트 생성 위치로 이동하기 cd Project IOS/Android에 맞게 명령어 실행 # iOS의 경우 npm r..

    [Mac] React Native 시작하기

    [Mac] React Native 시작하기

    React Native는 Facebook이 만든 오픈소스 모바일 앱 프레임워크로 JavaScript로 Android와 iOS 앱을 동시에 개발할 수 있는 오픈소스다. Homebrew 설치하기 Homebrew The Missing Package Manager for macOS (or Linux). brew.sh /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" Homebrew 버전 확인하기 brew -v Nodejs 설치 Node.js Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. nodejs.org b..