skip to Main Content

Is there a way to only include one country code and no dropdown using react-native-phone-number-input? – React native

<PhoneInput ref={phoneInput} defaultValue={phoneNumber} defaultCode="GB" layout="second" withShadow filterProps autoFocus disableArrowIcon containerStyle={styles.phoneContainer} textContainerStyle={styles.textInput} onChangeFormattedText={(text) => { setphoneNumber(text); }} /> I am using the library 'react-native-phone-number-input' so a user can easily enter their number with the country code already there. Right now our…

VIEW QUESTION
Back To Top
Search