sauzy34 / react-native-multi-selectbox

Platform independent (Android / iOS) Selectbox | Picker | Multi-select | Multi-picker. The idea is to bring out the common user interface & user experience on both platforms.
https://www.npmjs.com/package/react-native-multi-selectbox
MIT License
212 stars 32 forks source link

java.lang.Double cannot be cast to abi48__0.com.facebook.react.bridge.ReadableMap #102

Open inezkok opened 1 year ago

inezkok commented 1 year ago

I am using react-native-multi-selectbox for the multiselect dropdown, when navigating to the multiselect dropdown page on my app, an error of java.lang.Double cannot be cast to abi48__0.com.facebook.react.bridge.ReadableMap appears when testing the app on Android. It works fine for iOS but this error appears for Android and causes the app to crash.

saadazghour commented 10 months ago

Hello @sauzy34

I'm getting the same Issue using this package react-native-multi-selectbox

I hope this message finds you well. I'm writing to report an encounter with an existing issue that I've come across while working on app on Android.

Same Here!

Issue Title
java.lang.Double cannot be cast to abi48_0.com.facebook.react.bridge.ReadableMap

Issue Number: #102

AdiCampan commented 7 months ago

Hello ! I have the same error, only when I try to open SelectBox on Android devices. In IOS Simulator everything works correctly. I hope someone can give us a solution, thank you!