okay, good
This commit is contained in:
@@ -32,6 +32,8 @@ const CreateLoanRemainingOrderScreen = () => {
|
|||||||
return (
|
return (
|
||||||
<SafeAreaView style={styles.container}>
|
<SafeAreaView style={styles.container}>
|
||||||
<StatusBar style="dark" />
|
<StatusBar style="dark" />
|
||||||
|
|
||||||
|
<View style={styles.inner}>
|
||||||
<TouchableOpacity style={styles.backBtn} onPress={() => navigation.goBack()}>
|
<TouchableOpacity style={styles.backBtn} onPress={() => navigation.goBack()}>
|
||||||
<Ionicons name="arrow-back" size={24} color={COLORS.textPrimary} />
|
<Ionicons name="arrow-back" size={24} color={COLORS.textPrimary} />
|
||||||
</TouchableOpacity>
|
</TouchableOpacity>
|
||||||
@@ -39,7 +41,7 @@ const CreateLoanRemainingOrderScreen = () => {
|
|||||||
<Text style={styles.title}>Täze sargyt</Text>
|
<Text style={styles.title}>Täze sargyt</Text>
|
||||||
|
|
||||||
<Input
|
<Input
|
||||||
label="Account number"
|
label="Karz hasaby"
|
||||||
placeholder="1420..."
|
placeholder="1420..."
|
||||||
value={accountNumber}
|
value={accountNumber}
|
||||||
onChangeText={setAccountNumber}
|
onChangeText={setAccountNumber}
|
||||||
@@ -56,6 +58,7 @@ const CreateLoanRemainingOrderScreen = () => {
|
|||||||
<Text style={styles.submitText}>Ýatda sakla</Text>
|
<Text style={styles.submitText}>Ýatda sakla</Text>
|
||||||
)}
|
)}
|
||||||
</TouchableOpacity>
|
</TouchableOpacity>
|
||||||
|
</View>
|
||||||
</SafeAreaView>
|
</SafeAreaView>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
@@ -64,9 +67,12 @@ const styles = StyleSheet.create({
|
|||||||
container: {
|
container: {
|
||||||
flex: 1,
|
flex: 1,
|
||||||
backgroundColor: COLORS.backgroundSecondary,
|
backgroundColor: COLORS.backgroundSecondary,
|
||||||
paddingHorizontal: 24,
|
|
||||||
paddingTop: 40,
|
paddingTop: 40,
|
||||||
},
|
},
|
||||||
|
inner: {
|
||||||
|
flex: 1,
|
||||||
|
paddingHorizontal: 24,
|
||||||
|
},
|
||||||
backBtn: {
|
backBtn: {
|
||||||
marginBottom: 24,
|
marginBottom: 24,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user