We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d541c9 commit 49ac2d5Copy full SHA for 49ac2d5
src/screens/login.tsx
@@ -92,6 +92,7 @@ const Login = () => {
92
onChangeText={setPhonenumber}
93
style={styles.input}
94
value={phonenumber}
95
+ keyboardType="numeric"
96
/>
97
</View>
98
<TouchableOpacity style={styles.button} onPress={requestCode}>
src/screens/verification-code.tsx
@@ -66,6 +66,7 @@ const VerificationCode: FC<Props> = ({ route }) => {
66
placeholder="Verification Code"
67
onChangeText={setVerificationCode}
68
69
70
71
72
<TouchableOpacity style={styles.button} onPress={verifyCode}>
0 commit comments