In React native, I want to pass the value of the TextInput in the onBlur event handler.
onBlur={(e) => this.validateText(e.target.value)}
alert("This is cute")} placeholder="Enter your budget" />