oceanbit / react-native-button-toggle-group

An animated button toggle group for React Native
47 stars 14 forks source link

there is no value in your example #7

Closed pouyarezvani closed 3 years ago

pouyarezvani commented 3 years ago

I'm trying to use your example, however, it is requesting a value that must be a string. However, you have not defined a prop called "value" in your props.

crutchcorn commented 3 years ago

Great call out - our example from docs are fairly old. Let me update those real quick.

BTW, while it's unfortunate, value must be a string that matches one of the values. Open to other suggestions for API changes