Disable TouchableOpacity after 5 clicks – React Native
I am pulling memes from an API and only want to show 5 memes therefore I tried to disable the touchableOpacity after certian number of clicks. Any ideas on how I can do that? const link = 'https://meme-api.herokuapp.com/gimme' class Meme…