본문 바로가기
프로그래밍/React Native(2018)

[React Native] Documentation

by 쿼카퀀트 2019. 9. 28.
728x90

리액트 네이티브 공식 페이지

 

https://facebook.github.io/react-native/

 

React Native · A framework for building native apps using React

A framework for building native apps using React

facebook.github.io

 


 

Redux 설치 방법

 

Redux 설치를 위해 프로젝트 폴더 내로 Terminal 이동 후

 

npm install --save redux

npm install --save react-redux

npm install --save-dev redux-devtools

위 코드 입력

 


React Native 에뮬레이터 실행 방법

 

*To run your app on iOS:*

   cd WebStormProjects

   cd 프로젝트폴더명

   react-native run-ios

 

  • 아래 코드를 사용해 특정 기기를 띄울 수 있음
    • react-native run-ios --simulator "iPhone 6s”
    • react-native run-ios --device “Junyoru_phone"

 

*To run your app on Android:*

   cd WebStormProjects

   cd 프로젝트폴더명

   Have an Android emulator running (quickest way to get started), or a device connected

   react-native run-android

Done

728x90

'프로그래밍 > React Native(2018)' 카테고리의 다른 글

[React Native] props 예시  (0) 2019.09.28
[React Native] Google Maps  (0) 2019.09.28
[React Native] Image  (0) 2019.09.28
[React Native] Touchable Opacity  (0) 2019.09.28
[React Native] Touchable Highlight  (0) 2019.09.28

댓글