cwalker
cwalker
@QuadFlask 안녕하세요. Custom-marker branch 마지막 커밋에는 안드로이드 작업 내용만 있는거 같은데 혹시 커스텀 마커 관련 ios 진행하던 내용 볼 수 있을까요?
구글 맵 참고 해볼려 했는데.. 네이버맵은 'UIImageView' 렌더를 바로 할 수 없는거 같네요 android 처럼 bitmap을 써서 해야 하는건가요??
@QuadFlask @taekeunn 함께 고민해 보는건 어떨까요?! ㅎㅎ
@BrodaNoel how about android build? Your guide is not work in iOS(root and root > expo > extra)
Can I patch "ios_config.sh"? [pr](https://github.com/invertase/react-native-google-mobile-ads/pull/584)
I tried many times, but I failed...; @BrodaNoel 1. changed 'ios_config.sh' , also setting patch-package   
yes, i did 
@BrodaNoel definitly right - 51.0.10 
this is yarn install 
@mj-studio+react-native-naver-map+2.3.0.patch 첫번째 비교 연산을 예외처리하면 될거 같습니다. ``` diff --git a/node_modules/@mj-studio/react-native-naver-map/ios/RNCNaverMapView.mm b/node_modules/@mj-studio/react-native-naver-map/ios/RNCNaverMapView.mm index a90790f..63f3b13 100644 --- a/node_modules/@mj-studio/react-native-naver-map/ios/RNCNaverMapView.mm +++ b/node_modules/@mj-studio/react-native-naver-map/ios/RNCNaverMapView.mm @@ -157,8 +157,14 @@ using namespace facebook::react; [_view setShowLocationButton:next.isShowLocationButton]; if (prev.isShowScaleBar...