crossplatformkorea / react-native-kakao-login

react-native native module for Kakao sign in.
MIT License
358 stars 135 forks source link

android 빌드 시 cameraview pom 찾지 못하는 문제 #203

Closed iKoru closed 3 years ago

iKoru commented 3 years ago

Version of kakao-login libraries

2.10.2

Version of react-native

0.63.4

Platforms you faced the error (IOS or Android or both?)

android

Expected behavior

정상빌드됨

Actual behavior

빌드오류 Could not GET 'http://devrepo.kakao.com:8088/nexus/content/groups/public/com/google/android/cameraview/1.0.0/cameraview-1.0.0.pom'. Received status code 403 from server: Request blocked by Privoxy

Tested environment (Emulator? Real Device?)

android studio

빌드하려고 하면 계속 저 오류가 나면서 빌드가 안되네요. 카카오 레파지터리 설정도 다 되어있는데 왜그럴까요?ㅠㅠ 심지어 잘 빌드되던게 어느순간 안되기 시작했습니다 ㅠ

hyochan commented 3 years ago

앱 내에서 카메라 모듈을 쓰시는 부분이 있나요? 어떤 모듈을 사용하고 계신가요?

iKoru commented 3 years ago

@hyochan 카메라모듈 expo-camera 사용하고있어요..! 혹시그게 충돌될수도있나요??ㅜㅜ

hyochan commented 3 years ago

@iKoru 저희 모듈 이슈는 아닌 것 같아요. 아래와 같이 추가해주시면 해결이 되실 것 같아요!

maven {
  url "$rootDir/../node_modules/expo-camera/android/maven"
}
iKoru commented 3 years ago

@hyochan 헛 그러네요 감사합니다 ㅠㅠ 잘되네요!