It is somewhat difficult to create a "locked"/"disabled" state. Right now, think I would need to create an outer view, which disables touches, then render custom styles based on whether the control is editable.
Example Using
https://github.com/kirankalyan5/react-native-segmented-control-tab

