Image is not getting clicked from the image library

Once I click on the image, nothing is happening, I also used the code from the React Native documentation but it is not working. Can anyone please help me with this.

Have you used touchable API’s such as TouchableWithoutFeedback?

Yeah I learnt about it, but I have not used this for the ImagePicker. Is there anything I could do with a Touchable API, to get rid of this error?

Thanks

I haven’t taken the 2nd part of the course yet . From what I know, in order to enable clicking you must use the TouchableWithoutFeedback, TouchableOpacity and so on. Unless there is something new.

1 Like