Deskripsi
- fix tinggi page saat pada tambah anggota pada fitur diskusi umum
- isdetrukstif false

No Issues
This commit is contained in:
2026-02-14 14:12:25 +08:00
parent 039b26f5aa
commit 6ca935483a
20 changed files with 7 additions and 23 deletions

View File

@@ -94,7 +94,7 @@ export default function AddMemberDiscussionDetail() {
return (
<SafeAreaView>
<>
<Stack.Screen
options={{
// headerLeft: () => <ButtonBackHeader onPress={() => { router.back() }} />,
@@ -127,7 +127,7 @@ export default function AddMemberDiscussionDetail() {
)
}}
/>
<View style={[Styles.p15, { backgroundColor: colors.background }]}>
<View style={[Styles.p15, {flex: 1, backgroundColor: colors.background }]}>
<InputSearch onChange={setSearch} value={search} />
{
@@ -188,6 +188,6 @@ export default function AddMemberDiscussionDetail() {
}
</ScrollView>
</View>
</SafeAreaView>
</>
)
}