Satish pethani
Satish pethani
There is no way i guess but would really appreciate if this will get implemented.
Temporary solution is to set below code inside `node_modules/react-native-intl-phone-input/src/IntlPhoneInput.js` ``` componentDidMount() { this.onChangeText(this.props.phoneNumber) } ``` And pass phone number as prop. ``` phoneNumber={phone_number} ```
I do have the same issue on iOS. My app has the ability to change language and start speaking. So if I do this multiple times, it causes a crash...
I know the fact that causes this issue. And i have solution for the same. Props are getting changed but state value of swiper in state in cards is not...
Same problem