mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-06-13 01:11:02 +00:00
auto-commit for a700fc21-0020-4f28-92c1-221a37ff8f58
This commit is contained in:
@@ -165,6 +165,13 @@ export default function HumanVerificationScreen({ navigation }: any) {
|
||||
{loading && (
|
||||
<View style={styles.loadingOverlay}>
|
||||
<ActivityIndicator size="large" color="#EE2A35" />
|
||||
<Text style={styles.loadingText}>Loading verification...</Text>
|
||||
</View>
|
||||
)}
|
||||
|
||||
{error && (
|
||||
<View style={styles.errorOverlay}>
|
||||
<Text style={styles.errorText}>{error}</Text>
|
||||
</View>
|
||||
)}
|
||||
</SafeAreaView>
|
||||
|
||||
Reference in New Issue
Block a user