Manjesh M Pillai
Manjesh M Pillai
@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.
This fix works. Thanks