-
android react native 실행하는법모바일앱/react-native 2021. 3. 7. 13:45728x90반응형
안드로이드 스튜디오를 실행한뒤 sdk manager를 클릭한다 그후
위와 같이
- Android SDK Platform 28
- Intel x86 Atom System Image
- Google APIs Intel x86 Atom System Image
- Google APIs Intel x86 Atom_64 System Image
내용들을 설치해준다.
1.react-native 프로젝트 생성 및 확인
react-native는 버전에 따라 잘 동작하던 앱이 동작하지 않을수도있기에
React-native로 앱 개발을 할땐 아래에 npm명령어를 통해 버전을 고정시켜 사용해야하는것을 권장한다.
그후
react-native init 을 통해 test1이라는 프로젝트를 실행한다.
그후
usb로 핸드폰과 연결시킨후 npm run anroid를 통하여 실행시킨다.+
그럼 위와같이 잘 작동하는것을 볼수있다.
728x90반응형'모바일앱 > react-native' 카테고리의 다른 글
react lifecycle method 정리 with react-native -1 (componentDidMount, shouldComponentUpdate, componentDidUpdate, componentWillUnmount) (0) 2023.02.23 React Native 설치 및 환경설정 -windows (0) 2021.03.07