Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

AdditiveList title and description

I am looking at this documentation https://dev.fitbit.com/build/reference/settings-api/#additive-list where title and description are documented.

 

I tried this

 

        <AdditiveList
          settingsKey="things"
          title={<Text align="center">Managed things</Text>}
          description={<Text>Names of the things which can be turned on/off.</Text>}
        />

but also

 

        <AdditiveList
          settingsKey="things"
          title="Managed things"
        />

Any idea how to use these properties?

 

Thanks!

Best Answer
0 Votes
0 REPLIES 0