diff --git a/src/screens/Auth/VerificationScreen.js b/src/screens/Auth/VerificationScreen.js
index 645f3d2..053588c 100644
--- a/src/screens/Auth/VerificationScreen.js
+++ b/src/screens/Auth/VerificationScreen.js
@@ -10,6 +10,7 @@ import {
Keyboard,
BackHandler,
Platform,
+ KeyboardAvoidingView,
} from 'react-native';
import { StatusBar } from 'expo-status-bar';
import { useFocusEffect } from '@react-navigation/native';
@@ -134,54 +135,61 @@ const VerificationScreen = ({ navigation }) => {
-
-
-
-
- ✓
+
+
+
+
+
+ ✓
+
+ Tassyklama
+
+ {formatPhoneNumber(pendingVerification.phone)} belgisine iberilen
+ 6 sanly tassyklama koduny giriziň
+
- Tassyklama
-
- {formatPhoneNumber(pendingVerification.phone)} belgisine iberilen
- 6 sanly tassyklama koduny giriziň
-
-
-
-
+
+
-
+
-
- {canResend ? (
-
- Kodu gaýtadan iber
-
- ) : (
-
- Gaýtadan ibermek üçin {countdown} sekunt garaşyň
-
- )}
+
+ {canResend ? (
+
+ Kodu gaýtadan iber
+
+ ) : (
+
+ Gaýtadan ibermek üçin {countdown} sekunt garaşyň
+
+ )}
+
-
-
+
+
);
};
diff --git a/src/screens/Card/CardTransactionOrderDetailsScreen.js b/src/screens/Card/CardTransactionOrderDetailsScreen.js
index 72e5506..5623052 100644
--- a/src/screens/Card/CardTransactionOrderDetailsScreen.js
+++ b/src/screens/Card/CardTransactionOrderDetailsScreen.js
@@ -93,7 +93,7 @@ const CardTransactionOrderDetailsScreen = () => {
if (!order) {
return (
- No data
+ Maglumat tapylmady
);
}