목록React-Native (2)
개발일기

1. react-native-seoul/naver-login 라이브러리 설치 GitHub - crossplatformkorea/react-native-naver-login: 리엑트 네이티브 네이버 로그인 라이브러리리엑트 네이티브 네이버 로그인 라이브러리. Contribute to crossplatformkorea/react-native-naver-login development by creating an account on GitHub.github.comnpm install @react-native-seoul/naver-login --save 2. ios와 안드로이드 각각 설정을 해줘야한다.ios1) Launch Services Queries Schemes 추가 : 네이버 간편 로그인을 하면 네이버 ..
1. 먼저 npm run ios를 했다 Failed to install the app on the device because we couldn't execute the "ios-deploy" command. Please install it by running "brew install ios-deploy" and try again. 👉 ios를 실행시키는 ios-deploy가 설치되어 있지 않다고 함 brew install ios-deploy 2. 새로운 에러Failed to build iOS project. 'xcodebuild' exited with error code '65'. To debug build logs further, consider building your app with Xcode..