포토부스 정보 제공 서비스
React Native
react-native-naver-map
Redux
react-navigation/native
react-native-safe-area-context
react-native-screens
react-native-geolocation-service
emotion/native
commitizen
Axios
- node v16
- Repository Clone
git clone -b https://github.com/dnd-side-project/dnd-7th-6-frontend.git hot6
cd hot6
- Download node_modules
npm install || yarn
-
Start Emulator
-
Start App on Android
yarn android
- Start App on iOS
cd ios
pod install #M1 Mac | arch -x86_64 pod install
yarn ios