onValueChange callback that updates the value prop in order for the component to reflect user actions. If the value prop is not updated, the component will continue to render the supplied value prop instead of the expected result of any user actions.
Example
Reference
Props
View props
Inherits View Props.disabled
If true the user won’t be able to toggle the switch.onChange
Invoked when the user tries to change the value of the switch. Receives the change event as an argument. If you want to only receive the new value, useonValueChange instead.
onValueChange
Invoked when the user tries to change the value of the switch. Receives the new value as an argument. If you want to instead receive an event, useonChange.

