Make an Image Clickable in React Native
Trying to make an image clickable in React Native? It was one of the harder things for me to do when I started off so I thought I’d do a quick write up on spinning up touchable components. My Setup Starting a New React Native Project Click React Native under new project in Webstorm. This … Read more