Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Releases: oceanbit/react-native-button-toggle-group

v1.1.0

05 Jul 01:01
Compare
Choose a tag to compare

Features

  • added value input prop (9b79bc6), closes #1

This change allows you to set a value that you can use to forcibly update the UI's displayed
selected item. However, this does not introduce a breaking change. This means that onSelect
will visually update the UI, THEN the value update will take over and update the UI.

Keep in mind that we will be changing this behavior in the next version release.
If you are not currently using value, I suggest updating to it, as it will be required
in the next major semver update.