Results 8 issues of Choi Boo

### Version of react-native-naver-map libraries 0.0.66 ### Version of react-native 0.66.4 ### Platforms you faced the error (IOS or Android or both?) IOS ### Expected behavior IOS 시뮬레이터 빌드 성공이...

### Version of react-native-naver-map libraries 0.0.66 ### Version of react-native 0.69.2 ### Platforms you faced the error (IOS or Android or both?) Android ### Expected behavior 내 위치 아이콘이 표시...

**Describe the bug** A clear and concise description of what the bug is. If you intend to submit a PR for this issue, tell us in the description. Thanks! Hello,...

bug

```json "@gorhom/bottom-sheet": "^4", "react": "18.2.0", "react-native": "0.72.7", "react-native-element-dropdown": "^2.10.1", ``` test device - iPhone 14 Simulator - Android Emulator - Pixel_2_API_33 When loading a drop-down component from a bottom-sheet modal...

My app has thousands of remote images. Caching thousands of images will cause the app to shut down due to lack of memory. Is there a way to quickly import...

### What React Native libraries do you use? Hermes ### Are you using sentry.io or on-premise? sentry.io (SaS) ### @sentry/react-native SDK Version 6.15.1 ### How does your development environment look...

Bug
Platform: React-Native

**Bug description:** ```tsx import WebView from 'react-native-webview'; ``` `java.lang.String cannot be cast to java.lang.Double` on Android decelerationRate prop error **To Reproduce:** **Expected behavior:** ```tsx import WebView from 'react-native-webview'; // ✅...

Type: bug report

## package.json ```json "@baronha/react-native-multiple-image-picker": "2.2.4", "react-native": "0.81.1", "react-native-nitro-modules": "0.29.6", ``` ## ios/Podfile ```c target 'my_app' do config = use_native_modules! pod 'Kingfisher', '8.5.0' use_react_native!( :path => config[:reactNativePath], # An absolute path...