분류 전체보기30 [React Native] value for title cannot be cast from readablenativemap to string value for title cannot be cast from to it occurs when pass some argument through bridge from RN to Android native Before I pass a variable change type of the variable. react-native-track-player 모듈을 다루던 도중 발생한 에러다. 리액트 네이티브 컴포넌트의 특정 메소드를 사용할 때 전달되는 인수의 타입이 자바 네이티브 메소드에서 요구하는 타입과 맞지 않아서 발생했다. RN - java bridge 에 대해서 더 공부해야겠다. 2022. 4. 2. [Local Server] apply HTTPS to local development enviroment 하이브리드 앱을 개발하면서 다양한 클라이언트 환경을 접한다. 안드로이드 , iOS, 웹브라우저 개발 중 사용하는 로컬 서버는 https 가 아닌 http를 사용한다.(http://localhost/) 로컬 환경에서 개발 후 원격 서버에 업로드해서 테스트하면 결과가 다르게 나올 때가 있다. 서버에선 https를 사용하기 때문이다. 결국 배포시엔 https를 사용하기 때문에 로컬환경에서 https 사용을 위한 SSL/TLS 설정을 할 필요가 있다. 2022. 4. 2. [Apache] Acceess to local server by configured Virtual Host I develop RN app and Web app on same Window local development enviroment with XAMPP. When I want to access my local server from Android device, I have to modify virtualhost config file. Because I have no local dns server so I cannot access with virtual domain on Android Device. So I just set virtual host with other port ref https://stackoverflow.com/questions/7984786/how-access-apache-virtual-ho.. 2022. 3. 30. [React Native] react-native-webview trouble shooting : Invariant Violation: requireNativeComponent: "RNCWebView" was not found in the UIManager. Invariant Violation: requireNativeComponent: "RNCWebView" was not found in the UIManager. "dependencies": { "@react-navigation/native": "^6.0.8", "@react-navigation/native-stack": "^6.5.2", "react": "17.0.2", "react-native": "0.67.4", "react-native-safe-area-context": "^4.2.4", "react-native-screens": "^3.13.1", "react-native-track-player": "^2.1.2", "react-native-webview": "^11.18.0" }, react-n.. 2022. 3. 30. [React native] troubleshooting, react-native-track-player > Could not resolve all files for configuration ':app:debugRuntimeClasspath'. > Could not find com.google.android.exoplayer:exoplayer-core:2.11.4. add jcenter() android/build.gradle allprojects { repositories { ... google() jcenter() ... } } to 2022. 3. 26. 2022-03-19 기사요약 "현실 동기화 메타버스 서비스",맥스트 '틀뢴' 현실과 동기화되는 메타버스 서비스 나온다 맥스트 "'틀뢴' 8월 베타 서비스...공간 구현&몰입감 극대화" ZD넷 코리아, 김윤희 기자 요약 - 현실 기반 가상 공간 구현 통해 기존 메타버스 몰입감 문제 해결한 서비스 출시 임박 - AR 솔루션 기술역량 기반 업체 '맥스트' - 이미지로 실시간으로 가상공간 재구성 '3D 리컨스트럭션', 이미지 분석으로 이용자 아바타 위치 교정 'VPS' - 현실 가상공간 연동으로 현실 괴리감 줄여 건강 검진 시 병원 내 이동 경로 안내 서비스 가능 - 엔터테인먼트 요소로 서비스화 시작할 것 ,올해 8월달 베타서비스 출시 예정 생각 - WEB3.0, 메타버스 등 새롭게 주목 받는 키워드 이다. 과연 세상이 어떻게 변할지 통찰을 가지려면 기술에 대한 이해와 여러 현황에 대한.. 2022. 3. 19. 이전 1 2 3 4 5 다음