troberts-28 / react-native-timer-picker

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.
https://www.npmjs.com/package/react-native-timer-picker
MIT License
132 stars 14 forks source link

Question: Can I use it in my Next.js project? #21

Closed MSR-07 closed 5 months ago

MSR-07 commented 6 months ago

Basically I develop Progressive Web Applications in Next.js and need to implement a time picker. So, I'm hoping someone can suggest a solution.

troberts-28 commented 6 months ago

Hey @MSR-07!

Sadly no, this won't work in your Next.js project.

It technically works in React Native for Web, but I haven't configured it for web. See Expo snack - the snap to index doesn't work and you can't drag to scroll. I'd consider configuring it for web if there was good appetite for it!

MSR-07 commented 5 months ago

Hey @troberts-28 Thank you very much for your prompt response! Your insights have been extremely helpful and I truly appreciate the time you have taken to provide them.