Commit 7083aabe by tungnq

TODO: Đã bổ sung safe area view trogn đăng kí chứng chỉ

parent b79dbb6b
......@@ -17,12 +17,13 @@ import CustomTextInput from "../../components/Input/TextFieldCus";
const CertificateRegistrationView = (props) => {
const { titleHeader, dataList, isSelected, setSelection } = props;
return (
<SafeAreaView style={{ flex: 1, backgroundColor: R.colors.white }}>
<Header isBack title={I18n.t(titleHeader)} />
<ScrollView
showsVerticalScrollIndicator={false}
contentContainerStyle={styles.scrollContent}>
<View style={styles.container}>
<Header isBack title={I18n.t(titleHeader)} />
<DropdownSelect
title={"Loại chứng chỉ *"}
......@@ -168,6 +169,7 @@ const CertificateRegistrationView = (props) => {
/>
</View>
</ScrollView>
</SafeAreaView>
);
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment