After trying it with other options i noticed one can use TouchableWithoutFeedback. Worked. But still dont know why TouchableOpacity cant help achieve the same.
<TouchableWithoutFeedback onPress={triggerCall}>
<Animated.View
style={[
styles.button,
styles.secondary,
callStyle,
opacity,
]}
>
<Entypo
name="call"
size={20}
color="#2a5ff0"
/>
</Animated.View>
</TouchableWithoutFeedback>
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…