react-native-phone-number-input
react-native-phone-number-input copied to clipboard
can we hide calling code from layout first, showing flag only?
The module is working great, but I am wondering if in layout "first" we can have option to remove the calling code, and show only flag. Since we already have default code option so it will come from there.
Hey, set this tag like this
codeTextStyle={styles.codeTextStyle}
and in style
codeTextStyle : { display: 'none' }
this will only show the flag container not codes
