[React Native] AdMob 연동기AdMob를 연동할 라이브러리로 react-native-google-mobile-ads를 선택하였다. 최근 사용량이 가장 많기도 하고, react-native-firebase를 만든 invertase 팀에서 만든 라이브러리이다.velog.io
No bundle URL present ios > Make sure you're running a packager server or have included a .jsbundle file in your application bund" data-og-host="velog.io" data-og-source-url="https://velog.io/@haerim95/React-Native-Error-Log-No-bundle-URL-present-%EC%9D%B4%EC%8A%88" data-og-url="https://velog.io/@haerim95/React-Native-Error-Log-No-bundle-URL-present-이슈" data-og-image="https://scrap.kakaocdn.net/..
프로덕션 빌드에서만 Firebase Authentication (구글 로그인) 이 되지 않는 문제발단 및 전개 React Native 를 활용해 토이 프로젝트를 진행하고 있다. Firebase 의 Authentication 기능을 활용해 구글 로그인을 붙였다. 이전에도 써 본 기능이었기 때문에 별다른 어려움은 없었다. 로컬ricale.kr
Bad version of the SoLoader SDK causing crashes on 64-bit devices - Error on Play Console during app reviewI'm experiencing an issue outdated version of the SoLoader SDK. The error message suggests updating the SoLoader SDK to version 0.10.4 or higher. Below are the details of the issue and what I've tr...stackoverflow.com
[React Native] release 버전에서 axios 사용 시 에러 발생 해결개발을 완료 후 debug mode 로 테스트 시 잘 되던 api 호출이, release 모드로 빌드하니 되지 않음 # run debug mode react-native run-android # run release mode & build .apk file react-native run-android --variant=release api 호출을bocoder.tistory.com