cwalker

Results 10 comments of 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 ![image](https://github.com/invertase/react-native-google-mobile-ads/assets/3200647/58de6aca-d0b2-4af4-94a7-8b71a8318ef1) ![image](https://github.com/invertase/react-native-google-mobile-ads/assets/3200647/7c1afe75-d3c3-406f-b7b7-af380be07187) ![image](https://github.com/invertase/react-native-google-mobile-ads/assets/3200647/b5688d86-97fe-4f1d-92b9-65503ac71396)

yes, i did ![image](https://github.com/invertase/react-native-google-mobile-ads/assets/3200647/bf4135ed-1657-4975-ba2c-766da9e1dda9)

@BrodaNoel definitly right - 51.0.10 ![image](https://github.com/invertase/react-native-google-mobile-ads/assets/3200647/90ea0c60-0d9a-432b-86ab-9509d31a8fc6)

this is yarn install ![image](https://github.com/invertase/react-native-google-mobile-ads/assets/3200647/c5e315c2-dbd7-463b-bc39-4d88e3104088)

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