Client for Paint_ssokssok (React Native)
2023.02.02 현재 요금문제로 서버가 닫혀있습니다.
- ReactNative
- React Navigation
- Valtio
- Axios
- Firebase
- AsyncStorage
- expo-image-picker
- react-native-image-pan-zoom
- react-native-safe-area-context
- react-native-view-shot
- rn-perfect-sketch-canvas
- expo-sharing
- @react-native-camera-roll/camera-roll
- ESLint
- Prettier
- Expo
-
SignUp 'Expo Go'
-
Install expo-cli
npm install -g expo-cli
-
Login Expo
expo login --username "Expo 사이트 가입당시 입력한 name"
-
Clone this repository
git clone https://github.com/SsokSsok-CAU/client_ssokssok.git
-
Install node packages
npm install
-
Start developing
npx expo start
Invariant Violation: ViewPropTypes has been removed from React Native.
-
Install deprecated-react-native-prop-types
npm install deprecated-react-native-prop-types
-
Replace ALL
import {ViewPropTypes} from 'react-native'
Toimport { ViewPropTypes } from 'deprecated-react-native-prop-types'
In Directory
\node_modules\react-native-snap-carousel\src
...etc
feat(####)
: prefix.- when creating new feature.
fix(####)
: prefix.- when fixing a bug.
refactor(####)
: prefix.- when setting new development environment or refactoring codes
docs(####)
: prefix.- when adding/modifying document.