issues
search
sdm1230
/
manitoApp
2020-2021겨울방학 마니또 프로젝트
0
stars
0
forks
source link
readme
manito-app
디렉터리 정보
Atomic Design 구조
typescript ( js 대신 )
라이브러리
React-Native 환경 세팅
참고링크
mac에서 환경설정(ios, android simulate check successfully)
https://dev-yakuza.posstree.com/ko/react-native/install-on-mac/
store, state 관리 : mobx
참고링크
https://woowabros.github.io/experience/2019/01/02/kimcj-react-mobx.html
Rounting : react-navigation V5
여러 모듈이 있었으나, react-native-navigation과 react-navigation 이 가장 나았고, 이 중에서 가장 검증된 라이브러리인 후자 선택
참고링크
https://reactnative.dev/docs/navigation
https://reactnavigation.org/docs/getting-started
https://medium.com/react-native-seoul/react-navigation-v5-네비게이션-소식-파해치기-및-타입별-예제-c8f2919b49e9
Login for Kakao : @react-native-seoul/kakao-login참고(사용은 안함)
Using Ios SDK-v2 which is the upgrade version from LegacyiosSDK(KakaoOpenSDK).
iOS 11.0 이상
Xcode 11.0 이상
Swift 4.2 이상
Cocoapods 1.8 이상
iOS Deployment Target 11.0 이상
참고링크
https://developers.kakao.com/docs/latest/ko/getting-started/sdk-ios
https://sujinnaljin.medium.com/ios-카카오톡-소셜-로그인-58a525e6f219
이미지 업로드 : react-native-image-picker