react-native-daummap icon indicating copy to clipboard operation
react-native-daummap copied to clipboard

react-native용 Daum 지도

Results 9 react-native-daummap issues
Sort by recently updated
recently updated
newest added

``` 2021-01-05 03:41:52.625 1011-1011/? E/SDAgentPackageStateReceiver: Not going to handle 'com.gmap_test'! 2021-01-05 03:41:52.636 5788-5788/? E/Friday_PackageManagerReceiver: This package will be replaced = com.gmap_test 2021-01-05 03:41:52.792 1011-1011/? E/SDAgentPackageStateReceiver: Not going to handle 'com.gmap_test'!...

RN 60 이상 버전 지원가능하도록 수정했습니다. podspec에 필요한 라이브러리를 작성하였고 인스톨 후 가이드라인대로 작업하면 autolink를 지원하는 6.0 이상 버전에시 지원됩니다. 6.14.4 버전에서 테스트했습니다!

![스크린샷 2019-12-07 오전 11 05 59](https://user-images.githubusercontent.com/13883246/70367251-95e8ed80-18e1-11ea-84e3-418926d54cf6.png) RN 버전 0.61.5 이고 npm run ios로 실행 시 발생합니다. README에 있는 설명 대로 해서 빌드까지는 정상적으로 됐는데, 실행 후 랜더링 될 때 에러가...

I have this problem on Android when I wanna open the MapView. Tried to use permissions API but the host Activity doesn't implement PermissionAwareActivity. Do you know how to fix...

Invariant Violation: requireNativeComponent: "DaumMap" was not found in the UIManager. This error is located at: in DaumMap (at react-native-daummap/index.js:54) in DaumMapView (at App.js:9) in RCTView (at View.js:44) in App (at...

@ReactProp(name = "region") public void setRegion(MapView mMapView, ReadableMap initialRegion) { double latitude = initialRegion.hasKey("latitude") ? initialRegion.getDouble("latitude") : 36.143099; double longitude = initialRegion.hasKey("longitude") ? initialRegion.getDouble("longitude") : 128.392905; mMapView.setMapCenterPoint(MapPoint.mapPointWithGeoCoord(latitude, longitude), true); }...

며칠동안 삽질했는데 지도 화면으로 이동하면 앱이 죽네요 삭제하고 딴거 씁시다

#4 이문제와 관련된 문제인지는 모르겠습니다. 빌드환경: xcode: 10.1 map-sdk-version: 1.3.1 에뮬레이터(아이폰SE - iOS12.1) 디바이스(아이폰X - iOS12.1) ``` "react": "16.6.1", "react-native": "0.57.7", ``` 지도가 스크롤이 되지 않으며 덜덜 떨리는 현상이 있습니다....

ScrollView 안에 MapView를 넣으면, MapView가 스크롤이 되지않습니다. 확인부탁드립니다.