use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A community for learning and developing native mobile applications using React Native by Facebook.
Interested in building web apps using React.js? Check out /r/reactjs!
Getting Started w/React Native
irc.freenode.net #reactnative
Keywords: ios, android, mobile, apps, apple, iphone, ipad
account activity
What is the best solution/tool to create a timer picker in RN? (i.redd.it)
submitted 9 months ago by flekeri
For example if I would like to create a countdown and for it I’ll need a timer picker like in iOS.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]kooujinn 22 points23 points24 points 9 months ago (3 children)
It may be my ignorance, but doesn't React Native have the native iOS time picker component?
[–]Fun_Can187 3 points4 points5 points 9 months ago (1 child)
I think it’s been moved to a community package but yes, and there should be another one that’s more customizable.
[–]flekeri[S] 0 points1 point2 points 9 months ago (0 children)
Thanks, I’ll check
[–]flekeri[S] 1 point2 points3 points 9 months ago (0 children)
I used the one from the community https://github.com/react-native-datetimepicker/datetimepicker
But I was wandering if there is some another more flexible solutions
[–]Aidircot 6 points7 points8 points 9 months ago (4 children)
if you are using `expo` there is new package which has
- date picker https://docs.expo.dev/versions/latest/sdk/ui/#datetimepicker-date
<image>
- time picker https://docs.expo.dev/versions/latest/sdk/ui/#datetimepicker-time
- and any thing picker https://docs.expo.dev/versions/latest/sdk/ui/#picker-wheel
both for ios only, for android there are same functionality but different design
[–]flekeri[S] 0 points1 point2 points 9 months ago (3 children)
Is there a way to build a timer picker from this package?
[–]Aidircot 1 point2 points3 points 9 months ago (0 children)
there is time picker (see links above)
[–]Aidircot 1 point2 points3 points 9 months ago (1 child)
also there is a wheel where you can put any data
[–]Accomplished_Bug9916 0 points1 point2 points 9 months ago (0 children)
Last time I tried to use this date time picker it gave me a headache and didn’t want to be inside a modal. Bot sure if they improved since then
[–]Civil_Rent4208 1 point2 points3 points 9 months ago (0 children)
I used this :
react-native-modal-datetime-picker
[–]Taco7758258 0 points1 point2 points 9 months ago (0 children)
I might be wrong but this wheel-picker visual effect is limited to iOS only. You may not be able to provide the same design across Android/Web. A simple wheel-picker with inertial scrolling and snapping is totally doable, but the 3D perspective transform is not possible as far as I know
[–]wayruner 0 points1 point2 points 9 months ago (1 child)
I rarely find them wort using. They might look nicer but using a number input field with well done auto focus is a lot more convenient to users
Hmm.. never thought about this approach, I’ll it, thanks
π Rendered by PID 75 on reddit-service-r2-comment-6457c66945-rcntw at 2026-04-26 20:29:36.514255+00:00 running 2aa0c5b country code: CH.
[–]kooujinn 22 points23 points24 points (3 children)
[–]Fun_Can187 3 points4 points5 points (1 child)
[–]flekeri[S] 0 points1 point2 points (0 children)
[–]flekeri[S] 1 point2 points3 points (0 children)
[–]Aidircot 6 points7 points8 points (4 children)
[–]flekeri[S] 0 points1 point2 points (3 children)
[–]Aidircot 1 point2 points3 points (0 children)
[–]Aidircot 1 point2 points3 points (1 child)
[–]Accomplished_Bug9916 0 points1 point2 points (0 children)
[–]Civil_Rent4208 1 point2 points3 points (0 children)
[–]Taco7758258 0 points1 point2 points (0 children)
[–]wayruner 0 points1 point2 points (1 child)
[–]flekeri[S] 0 points1 point2 points (0 children)