If you are using this it will not work
<TouchableWithoutFeedback>
<>
<Your components...>
</>
</TouchableWithoutFeedback>
Use like this
<TouchableWithoutFeedback>
<View>
<Your components...>
</View>
</TouchableWithoutFeedback>
here this <> </> and this behaving Differently.