set false for onpress touchableopacity unless true enable code example
Example: react native touchableopacity disable
<TouchableOpacity disabled={true}>
<Text>I'm disabled</Text>
</TouchableOpacity>
<TouchableOpacity disabled={true}>
<Text>I'm disabled</Text>
</TouchableOpacity>