redvelvet_fan

Results 5 issues of redvelvet_fan

### Version of react-native-naver-map libraries ### Version of react-native "react-native": "0.66.1" ### Platforms you faced the error (IOS or Android or both?) ### Expected behavior ### Actual behavior ### Tested...

### Description ---My Code--- ```typescript const reverseGeocoding = async (location: Location) => { const params = new URLSearchParams({ "orders": `admcode`, "output": "json", "coords": `${location.longitude},${location.latitude}` }).toString() const resultBare = await fetch(`${Config.REVERSE_GEOCODING_URL}?${params}`,...

Platform: iOS
๐ŸŒNetworking
Platform: Android
Needs: Triage :mag:

``` 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'!...

My issue is about [Mobile] image not align it self images need at least different text on the same line for align ### Only Image Example ![image](https://user-images.githubusercontent.com/62102969/217468870-0b59ac33-74f0-473e-b5e2-fc80b0abcc1d.png) JSON ``` [{insert:...

bug

![image](https://user-images.githubusercontent.com/62102969/213646344-24b8bd14-8bdc-4d78-8fcd-095fb1233fa4.png) I want to use the horizontal scroll bar as shown in the attached picture. However, the scrollbar provided by default requires a controller, but the Carousel Scroll Controller is...