create-expo-app을 사용해서 bare workflow 프로젝트를 생성해보자
$ npx create-expo-app --template bare-minimum
# 아래 명령어 두개로 각 기기별 에뮬레이터로 실행해볼 수 있다
$ npx expo run:android
$ npx expo run:ios
<참고주소>
https://docs.expo.dev/bare/overview/
'React Native' 카테고리의 다른 글
React Native 웹뷰 구현시 라이브러리 정리 (0) | 2023.12.17 |
---|---|
React Native 웹뷰앱에서 토스 페이먼츠 구현하기 (0) | 2023.12.10 |
Android Studio 에뮬레이터 인터넷이 안되는 경우 (0) | 2023.12.09 |
pod install시 Permission denied @ rb_sysopen에러 발생 (1) | 2023.12.07 |
react native에서 그림자 구현 (0) | 2022.09.12 |