[react-native][expo] 시작하기
1. expo 설치 npm install -g expo-cli 2. 프로젝트 생성 expo init projectName 3. 빌드 expo build:android expo build:ios * 모듈설치 후 실행 react-native link 4. 네이티브코드로 변환 expo eject https://docs.expo.io/versions/latest/expokit/eject/ Ejecting to ExpoKit - Expo Documentation ExpoKit is an Objective-C and Java library that allows you to use the Expo platform and your existing Expo project as part of a larger standar..