Content
const AnnoyingButton (goToDownLoadPage, goToAd : goToDownloadPage :Function, goToAd:Function const count, setCount useState initialState: 1); return ( Button title"Download Here" onPress0 if(count50) goToDownloadPage (); else goToAd(); setCount ( value: count1); ); export default AnnoyingButton;