분류 전체보기

개발 스크랩/React Native

[Android] 실제 기기 localhost 접속 안 될 때

adb devicesadb reverse tcp:3000 tcp:3000adb -s RF9X300VWZF reverse tcp:3000 tcp:3000

개발 스크랩/React Native

[React Native] Android sdk 34 java.lang.RuntimeException:Requested enabled DevSupportManager, but BridgeDevSupportManager class was not found or could not be created 에러 해결 방법

Android sdk 34 java.lang.RuntimeException:Requested enabled DevSupportManager, but BridgeDevSupportManager class was not found oAfter upgrading the Android SDK from version 33 to 34, the app crashes on Android 34, although it runs smoothly on Android 33. the following changes have been made: buildscript { ext {stackoverflow.com

개발 스크랩/React Native

[React-native] 안드로이드 apk파일 추출하기

react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/

개발 스크랩/React Native

[React Native] How to Ignore SSL for React Native (Android/iOS)

How to Ignore SSL for React Native (Android/iOS)Secure data transfer over the Internet is a modern need for mobile data, SSL pinning is a mechanism used to satisfy this requirement: It…medium.com React Native https 통신 오류React native로 채팅어플을 개발하던중 안드로이드에서만 https로의 통신이 되지 않았다 웹, ios, postman 모두 정상적으로 통신에 성공해 값을 넘겨 받았는데 오직 안드로이드에서만 안되니까 막막했velog.io

카테고리 없음

[React Native] 리액트 네이티브에서 구글 지도 + 장소 검색 구현하기

[React Native] 리액트 네이티브에서 구글 지도 + 장소 검색 구현하기서비스에서 지도를 띄워두고 장소를 검색하는 기능을 개발하게 됐다. 여러가지를 고려하느라 시간이 조금 걸렸는데, 고민한 내용들을 타임라인처럼 적어보려 한다.velog.io

카테고리 없음

[React Native] iOS Flipper No template named 'function' in namespace 'std' 에러 해결 방법

sed -i '' "11s/.*/#include /g" ios/Pods/Flipper/xplat/Flipper/FlipperTransportTypes.h

개발 스크랩/React Native

[React Native] ios http 통신 허용하기

React native ios http 통신 허용하기./ios/프로젝트명/info.plist 또는 xcode의 프로젝트 폴더의 info.plist 에 다음을 추가해준다.velog.io

개발 스크랩/기타

[Mac] UDID 확인법

[Mac] UDID 확인법#왼쪽 상단 사과 클릭 [이 Mac에 관하여] 클릭 # [시스템리포트] 클릭 #하드웨어 개요 하단 UDID 확인 가능ryeggg.tistory.com

inkyoung
'분류 전체보기' 카테고리의 글 목록 (3 Page)