Set onPress onClick to Image in React Native using TouchableOpacity

How to add click listener on Image View and on onPress() method call function from same class and show alert message on application screen. Image buttons is very popular between developers because using them Android and iOS both developers can create simple cool looking buttons. So in this tutorial we would…