register form refferal update

This commit is contained in:
Samandar Turgunboyev
2026-03-02 16:28:00 +05:00
parent c71651ec4b
commit 382b214e3e

View File

@@ -595,6 +595,7 @@ export default function RegisterFormScreen() {
placeholderTextColor="#94a3b8" placeholderTextColor="#94a3b8"
style={styles.textInput} style={styles.textInput}
onChangeText={setReferal} onChangeText={setReferal}
maxLength={9}
testID="referal-input" testID="referal-input"
/> />
</View> </View>