React-Native 터미널 기본명렁어

2019. 2. 19. 13:38React-Native

# 프로젝트 생성

react-native init FirstProject


# ios 실행

cd FirstProject

react-native run-ios


# android 실행

cd FirstProject

react-native run-android


# 디버깅모드 (로그 확인)

adb logcat | grep ReactNativeJS


'React-Native' 카테고리의 다른 글

React-Native 안드로이드 빌드 시 권한문제  (0) 2019.02.22