Cero-Studio / ReactNativeWheelPicker

Other
381 stars 240 forks source link

Android Crash #123

Open dev-ahmad opened 4 years ago

dev-ahmad commented 4 years ago

@ArtemKosiakevych can you help in this issue please:

Type com.wheelpicker.LoopRunnable is defined multiple times

"react": "16.11.0",
"react-native": "0.62.0",
"react-native-wheel-picker-android": "^2.0.6"
Screen Shot 2020-04-14 at 6 08 19 AM
mix0000 commented 4 years ago

Yes mines too, it's just kicking from the app :(

filipsavicmarbleit commented 3 years ago

If it kicks you from the app, it probably means you are passing some props wrongly... Check the props you pass to the component (you probably forgot to put strings to list of data values).

frozyeah commented 3 years ago

For me, app crashing with using prop "selectedItemTextColor", it's actually changing color, but crushing after one second.

sobanfly commented 3 years ago

any solution to this?

filipsavicfireside commented 3 years ago

Double-checking the props i sent to the component helped me. Make sure you aren't sending any null/undefined values.