Manjesh M Pillai

Results 4 comments of Manjesh M Pillai
trafficstars

@ncuthbert I am getting this "undefined is not an object (evaluating '_this.countryPicker.openModal')" while using react-native-country-picker-modal? componentDidMount() { this.asyncLoadLastPhone(); this.setState({ pickerData: this.phone.getPickerData(), }); } onPressFlag = () => { this.countryPicker.openModal(); };...

@ncuthbert Thanks for the response. Which version you are using?

Same happening with RN 0.60.1. Removing "autoFormat" fixed the issue.