I am trying to find a date picker for the setttings.js for my app. I've read through the available components here, https://dev.fitbit.com/build/reference/settings-api/#components, and have not been able to find anything. Does one exist or would I have to make my own?
Yes! I figured it out as I was looking for the same thing!
You can get a date picker using the <TextInput> in the index.jsx file in Settings. Just add the type="date" attribute.
Also, just for reference, here are other types, but just know, not all of them are supported by Fitbit.
<TextInput
label="Day"
title="Day input"
settingsKey="day"
type="date" />
Best Answer
Fitbit Product Experts Alumni are retired members of the Fitbit Product Expert Program. Learn more
I’ve tried many things. It doesn’t work on my phone. It looks great on Fitbit studio.
This is what I see on my phone. The “arrow” doesn’t do anything.
Has anyone suggestions? Now I just use the “text” and “placeholder” but I’m not content with that.