React Native 개발 환경 설정

improve this page | report issue

개요

React Native는 HTML, CSS, Javascript와 같은 웹 기술을 사용하여 네이티브 모바일 애플리케이션을 빠르게 빌드하는 데 도움이 되는 React를 사용하여 네이티브 iOS 및 Android 애플리케이션을 빌드하기 위한 프레임워크입니다.

모바일 또는 웹 앱을 개발하는 프레임워크로 React Native를 선택한 개발자라면 다음 절은 React Native 앱에서 IBM Mobile Foundation SDK를 시작하는 데 도움이 됩니다.

애플리케이션을 작성하는 데 선호하는 코드 편집기(예: Atom.io, Visual Studio Code, Eclipse, IntelliJ 등)를 사용할 수 있습니다.

전제조건: React Native 개발 환경을 설정할 때는 MobileFirst 개발 환경 설정 튜토리얼도 읽어야 합니다.

React Native CLI 설치

React Native 개발을 시작하려면 필요한 첫 번째 단계는 React Native CLI를 설치하는 것입니다.

React Native CLI를 설치하려면 다음을 수행하십시오.

  • NodeJS를 다운로드하여 설치하십시오.
  • 명령행 창에서 다음 명령을 실행하십시오.
    npm install -g react-native-cli
    

React Native 앱에 Mobile Foundation SDK 추가

React Native 애플리케이션에서 MobileFirst 개발을 계속하려면 React Native 애플리케이션에 MobileFirst React Native SDK 또는 플러그인을 추가해야 합니다.

React Native 애플리케이션에 MobileFirst SDK를 추가하는 방법을 학습하십시오. 애플리케이션 개발의 경우 React Native 애플리케이션에 Mobile Foundation SDK 추가 튜토리얼을 참조하십시오.

Inclusive terminology note: The Mobile First Platform team is making changes to support the IBM® initiative to replace racially biased and other discriminatory language in our code and content with more inclusive language. While IBM values the use of inclusive language, terms that are outside of IBM's direct influence are sometimes required for the sake of maintaining user understanding. As other industry leaders join IBM in embracing the use of inclusive language, IBM will continue to update the documentation to reflect those changes.
Last modified on March 21, 2019