react-native-switch-selector
react-native-switch-selector copied to clipboard
is there a way to change the current selected tab or switch tabs programmatically
+1 need this guys
Hi,
You can set initial value with props "initial", and update programmatically using props "value" that will trigger onPress method.