Hoe to call Alert onPress and send some parameter in that in react native
问题 Here I am calling on alart function onPress on text field . On calling that fucntion I am trying to open alert and on confirm I am calling onther fucntion . But its getting hang if I am calling "showAlert1()" . This function is getting call many times I have to call showAlert() function onPress and I have to send some value in in . And on confimation ok button on Alert I have to upload to server . showAlert1(code, name, version) { console.log("data alaert abc", code, name, version); Alert