diff options
author | Husam Salhab <47015061+hsalhab@users.noreply.github.com> | 2020-11-03 15:46:34 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-03 15:46:34 -0500 |
commit | 7e8dadc8ded690d7f368582b09668c44dbcbe1da (patch) | |
tree | 22362b2e89d455eb4f4adfebba34ce2c4f6e7153 /src | |
parent | 3f4e4085223a26c9cab99f65d72219c0e34294fd (diff) |
[BUILD FIXES] Update icons and other minor fixes (#98)
* move async-storage
* removed lock files
* added lock files to gitignore
* added the wrong file to gitignore
* minor fixes
Diffstat (limited to 'src')
-rw-r--r-- | src/screens/onboarding/InvitationCodeVerification.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/screens/onboarding/InvitationCodeVerification.tsx b/src/screens/onboarding/InvitationCodeVerification.tsx index 8a3d5982..3f0ea124 100644 --- a/src/screens/onboarding/InvitationCodeVerification.tsx +++ b/src/screens/onboarding/InvitationCodeVerification.tsx @@ -107,7 +107,6 @@ const InvitationCodeVerification: React.FC<InvitationCodeVerificationProps> = ({ onChangeText={setValue} cellCount={6} rootStyle={styles.codeFieldRoot} - keyboardType="number-pad" textContentType="oneTimeCode" renderCell={({index, symbol, isFocused}) => ( <View |