A simple, flexible, performant duration picker for React Native apps (Expo & Bare Workflow). Great for timers, alarms and duration inputs. Includes iOS-style haptic and audio feedback.
I put the FlatList prop in the destructuring, but then I forgot to passed it down explicitly, so it wasn't working.
I removed the declaration so it ends up inside otherProps.
I didn't spot it because I was working with a copy of the source code in my main project and then I replicated the changes on the original repo 🤦
Ops, my bad. 😅
I put the
FlatList
prop in the destructuring, but then I forgot to passed it down explicitly, so it wasn't working. I removed the declaration so it ends up insideotherProps
.I didn't spot it because I was working with a copy of the source code in my main project and then I replicated the changes on the original repo 🤦
I added a simple test to make up for it 😁