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

- Adds support to snap to items on react-native for web - Integrates hooks logic to get current index while scrolling events take place - Snaps to items automatically after...

First of all, thanks so much for making this package! I'm so glad I found it. I'd love to know, would it be possible to create a method to detect...

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.10.5 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

do we have props to remove the options? just showing the current selected index and keep the scroll/wheel function. thank you!

I have tested some code in android, and it worked fine. Then when run in chrome it seems like we dont hit onChange. Neither with a static value this.setState({someStateValue: 2})}...

- Add support for Android device to use this component inside another scrollView It's forbidden (not recommended) from react-native platform to use the FlatList inside another ScrollView component, but if...

Can i change color of list/item text when the item is selected ? Thank you

Hello, I noticed that sometimes when i select some value it skips from selected indicator. Like in this video: https://user-images.githubusercontent.com/20643582/222527540-53486ae7-88e9-4450-b124-845f5ee18a48.mp4 For example, in the 9th second of the video skip...

https://user-images.githubusercontent.com/13767186/218925885-40e4274b-2279-43af-a362-bd9f9c3be82c.mov

Hi, is it possible when I reach the last item on my list to show again the first item? Like infinite scroll at the picker wheely?