React Native

2019-04-15

React-native 프로젝트 생성 방법

개발 환경 설정 - 노드 설치는 되었다고 가정

  1. npm 설치
    npm install -g create-react-native-app
    
  2. 프로젝트 생성하고 싶은 경로로 가서 실행
    create-react-native-app 프로젝트명