React native onPress with TouchableWithoutFeedback is not working
You should wrap your content in component like this: <TouchableWithoutFeedback> <View> <Your components…> </View> </TouchableWithoutFeedback>
You should wrap your content in component like this: <TouchableWithoutFeedback> <View> <Your components…> </View> </TouchableWithoutFeedback>