wix / react-native-ui-lib

UI Components Library for React Native
https://wix.github.io/react-native-ui-lib/
MIT License
6.44k stars 706 forks source link

Picker's useWheelPicker not working on Android #2138

Closed VityaSchel closed 1 year ago

VityaSchel commented 2 years ago

Description

useWheelPicker prop doesn't do anything on Android

Related to

Steps to reproduce

Steps to reproduce the behavior:

  1. Write
    <Picker useWheelPicker>/*...*/</Picker>
  2. Instead of wheel you will see list

Expected behavior

A wheel like in iOS or statement in docs that this prop is for iOS only.

Actual behavior

Do I need to fill this actually so bot won't close this issue?

More Info

Code snippet

<Picker useWheelPicker>/*...*/</Picker>

Screenshots/Video

Environment

Affected platforms

M-i-k-e-l commented 2 years ago

Hi @VityaSchel,

We have an example for this in our demo screen (link), locally it looks the same for me.

Please take a look at our provided example to see what is the difference in usage or provide a more detailed example.

adids1221 commented 1 year ago

Closed during no activity, an example code was given in the comment above.