react-native-wheely icon indicating copy to clipboard operation
react-native-wheely copied to clipboard

An all JavaScript wheel picker for react-native without any native code.

Results 28 react-native-wheely issues
Sort by recently updated
recently updated
newest added

Currently flatListProps is almost useless, as all its contents is overwritten by the default props. This PR makes it so that flatListProps takes higher precedence and overwrites the default props.

If you are using certain functionalities to enable responsive design, such as scaled font sizes, height adjustments, and boundaries, you may encounter bugs where incorrect values are passed through the...

Is it possible to have dynamic item height based on the length of the text option? I have an use case where I have 4 options, 2 of them are...

Is there a simple way to make touching an option replicate the action of scrolling to that index?

Fatal Exception: RCTFatalException: Unhandled JS Exception: Error: Selected index 0 is out of bounds [0, -1] This error is located at: in WheelPicker in RCTView in Unknown in RCTView in...

Hello, I started to use this library, everything works fine until I need to set a `selectedIndex `. Here the code: ``` const [selectedIndex, setSelectedIndex] = useState(10) const {t} =...

There probably is a better way to do this but this seemed like a simple and non-invasive way to accomplish this without disrupting existing functionality.

When using the code provided in the readme, nothing happens when I attempt to scroll. The list renders as expected, but nothing happens on press ![image](https://user-images.githubusercontent.com/1034314/202870668-edb7fbaa-b68f-436f-b3aa-730b55df6b98.png) ``` const [selectedIndex, setSelectedIndex]...

In a custom bottom sheet (inside using ScrollView), scrolling doesn't work, is there any one way to solve this?