React Native

개발 스크랩/React Native

[React Native] 푸시알림 구현 | firebase + @notifee

iOS Messaging Setup | React Native FirebaseCopyright © 2017-2020 Invertase Limited. Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 3.0 License, and code samples are licensed under the Apache 2.0 License. Some partial documentation, under thernfirebase.io 잘못된 부분, 바꾸면 더 좋을 부분이 있다면 댓글 부탁드리겠습니다. :) 푸시알림 구현 방법 react-native에서 푸시 알림을 구현하는 방법은 여러가지..

개발 스크랩/React Native

[React Native] 인앱 결제 구현하기

React Native에서 인앱 결제 구현하기React Native에서 인앱 결제를 구현하기 위해 react-native-iap를 사용하는 방법에 대해서 알아봅시다.deku.posstree.com

카테고리 없음

[React Native] AdMob 연동기

[React Native] AdMob 연동기AdMob를 연동할 라이브러리로 react-native-google-mobile-ads를 선택하였다. 최근 사용량이 가장 많기도 하고, react-native-firebase를 만든 invertase 팀에서 만든 라이브러리이다.velog.io

개발 스크랩/React Native

[React-Native Error Log] No bundle URL present 이슈

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/..

개발 스크랩/React Native

[React Native] 안드로이드 Release에서 Firebase Authentication (구글 로그인) 이 되지 않는 문제

프로덕션 빌드에서만 Firebase Authentication (구글 로그인) 이 되지 않는 문제발단 및 전개 React Native 를 활용해 토이 프로젝트를 진행하고 있다. Firebase 의 Authentication 기능을 활용해 구글 로그인을 붙였다. 이전에도 써 본 기능이었기 때문에 별다른 어려움은 없었다. 로컬ricale.kr

카테고리 없음

[React Native] Android - 잘못된 버전의 SoLoader SDK - 앱이 64비트 전용 기기에서 비정상 종료를 일으킬 수 있는 SoLoader SDK 버전을 사용합니다. 이 문제를 해결하려면 SoLoader SDK를 버전 0.10.4 이상으로 업데이트하세요.

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

[React Native] release 버전에서 axios 사용 시 에러 발생 해결

[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

inkyoung
'React Native' 태그의 글 목록