본문 바로가기

전체 글15

[react-native] google login release 버전 안될때! 참고 자료 developers.google.com/android/guides/client-auth?authuser=1 Authenticating Your Client | Android용 Google API | Google Developers Certain Google Play services (such as Google Sign-in and App Invites) require you to provide the SHA-1 of your signing certificate so we can create an OAuth2 client and API key for your app. To get your SHA-1, follow the instructions to use Keytool or Grad develo.. 2021. 1. 15.
[react-native] 갑자기 app crash가 생길때 ... 어제까지 잘 되던 앱이 갑자기 오늘 빌드하니 안될 때 .... medium.com/@adityasingh_32512/solved-unable-to-load-script-from-assets-index-android-bundle-bdc5e3a3d5ff Solved: Unable to load script from assets ‘index.android.bundle’ Lets fix this error, once and for all! medium.com 한번에 해결 ! 2021. 1. 6.
[react-native] IOS 딥링크 연결하기 ANDROID 딥링크를 얼마 전 연결하고, 오늘 IOS 딥링크를 연결하는데 반나절이라는...! 오랜시간을 쏟아서 다음에는 시간을 줄이고자 블로깅을 한다. 나는 URI스킴 방식으로 딥링크를 연결하고자 했다. 우선 참고한 자료는 엄청나게 많았지만, 가장 중요하고 유용했던 자료는 아래의 3개, 대체 왜 안되지!!! 싶을 때 중요한 도움을 줬던 자료들이다. https://medium.com/hackernoon/react-native-deep-linking-for-ios-and-android-d33abfba7ef3 React Native Deep Linking for iOS and Android We live in a new era where everything is connected and we share li.. 2020. 12. 1.
[react-native] google vision API(OCR) 사용하기 OCR을 사용해보고 싶어 열심히 카메라를 사용해보았으니, 이제 google vision API에 대해 알아보려고 합니다. 지난번 포스팅에서 카메라로 사진을 찍고 이걸 64base로 인코딩하여 callGoogleVIsionApi라는 함수에 인자로 보내준 것까지 내용을 담았습니다. 그럼 오늘은 callGoogleVIsionApi 함수에 대해 설명하려고 합니다! react-native OCR 관련 라이브러리도 있는 것 같았지만, 구글 API를 이용해보고 싶어 아래의 사이트를 참조했습니다. 처음 1000개까지 무료라고 하니 제게는 충분했어요 ㅎㅎ https://cloud.google.com/vision/?hl=ko&utm_source=google&utm_medium=cpc&utm_campaign=japac-KR.. 2020. 7. 15.