-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]: 안드로이드 RNCNaverMapView 앱 크래시 #111
Comments
expo 뿐아니라 cli 환경도 간헐적으로 발생됩니다. |
안드로이드 크래시 해결했습니다. [Crashed Structure]
[Solved Structure]
|
NaverMapView 내부에 선언하지않으면 마커가 표기되지 않습니다. |
마커가 안드로이드에서 표시가 안되네요. "react-native": "0.72.6"
|
@Jin-seop NaverMapMarkerOverlay 에도 width랑 height값을 주시면 나올겁니다. |
맵뷰가 렌더링되거나 호출되기전에 다른 네이버맵뷰 관련 컴포넌트를 렌더링 하려했을때 발생된이슈입니다. 조건들을 추가하니 더이상 크래시가 발생되지않네요. |
Is there an existing issue for this?
Version of @mj-studio/react-native-naver-map
^1.5.10
Version of react-native
0.74.5
What os are you seeing the problem on?
Android
What device types are you seeing the problem on?
Simulator
What architecture types of react native are you seeing the problem on?
New Architecture(Fabric)
Version of device(android API, iOS OS version, etc...)
Android 35
Expo App
What happened?
Expo 로 프로젝트 시작하여,
하단에 Home, Map, More 세 가지 탭으로 구성되어 있는 간단한 앱을 만들었습니다.
iOS 에뮬에서는 오류 없이 정상 작동하는데,
Android 환경에서만 Map 뷰를 누르자마자 크래시가 발생하면서 종료합니다.
[IOS 화면]
하단에 로그 첨부합니다.
Relevant a package.json.
Relevant log output
Reproducible Sample Repository
private
Code of Conduct
The text was updated successfully, but these errors were encountered: