ios 썸네일형 리스트형 Google login with expo 기본적으로 Expo의 기본 라이브러리를 사용하였다.const response: any = await Google.logInAsync({ clientId});const { type, accessToken } = response;문제없이 잘 동작할꺼라 예상하였는데 로그인 페이지에서 문제가 있었다.페이스북 로그인의 경우 메뉴얼상에 상세하게 나와있지만 구글은 해당 내용이 없어 쉽게 처리가 될줄 알았는데..redirect_url이 동작을 안하는 문제였다. 구글 콘솔에서 redirect_url을 넣어줘도 앱상에서 Web Type에 사용할수 없는 url이라는 에러가 발생한다.검색결과 expo 32 이상에서 발생한다는 말도 있었다.해결법은 기존에 Web 토큰을 받는 방식을 사용하지 않고 Google Console에서 .. 더보기 [ReactNative] Expo ios simulator said "This version of ..." When after update expo-cli.. the ios simulator said like this.."This version of the Expo app is out of date. Uninstall the app and run again to upgrade."The expo app on ios simulator is out of date..The solutions is just Remove the expo app on ios simulator and restart expo project..Open the ios simulator..and press the home button on the bottom of the simulator..And find the Expo application..a.. 더보기 이전 1 다음