Good,
Does anyone know if there is an add-on in NativeScript: https://www.npmjs.com/package/react-native-country-code-telephone-input
Where you can place a text field and select the country code.
regards
I await your help. Thank you.
Good,
Does anyone know if there is an add-on in NativeScript: https://www.npmjs.com/package/react-native-country-code-telephone-input
Where you can place a text field and select the country code.
regards
I await your help. Thank you.
The React plugin does’t seem to do much or anything on the native apis side. You may able to achieve the same UI / look and feel by wrapping a DropDown / Label with a TextField inline. Launch a modal dialog to list countries, take selection back to the DropDown / Label beside your TextField.
Below one seems to be a nice example to refer