1
Drawer sections
Activity Feed
Sort by
Alix Humbert
Some ideas on how to implement/use it: Create a <Drawer.Section> compoment with props like options={{sectionTitle: 'section1', sectionStyle: {backgroundColor: 'grey', padding: 5, borderBottomWidth: 1}}}
Then wrap <Drawer.Screen> inside <Drawer.Section>.