Commit 241929b4 authored by Soo Hyun Kim's avatar Soo Hyun Kim
Browse files

0803 아코디언 변경 전

parent 777c9deb
......@@ -98,8 +98,7 @@ const Accordion = ({
},
]}>
<View style={[style.boxContainer]}>
<Text>D</Text>
<TouchableOpacity style={style.zIndex} onPress={() => { setOpen(!open) }}>
<TouchableOpacity onPress={() => { setOpen(!open) }}>
{children}
</TouchableOpacity>
</View>
......@@ -113,7 +112,6 @@ const Accordion = ({
],
}}
onLayout={handleBodyLayout}>
<Text style={{ backgroundColor: 'red' }}>테스트</Text>
<FlatList
data={subItems}
renderItem={renderOptionItem}
......
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