DEV Community

Discussion on: A Material DEV Client on Six Platforms with 100% code sharing

Collapse
 
andrewbrown profile image
Andrew Brown 🇨🇦 • Edited

Already started fiddling. I think my gripes would need more styling examples.
Been trying to figure out on the add a border right to the Navigation Panel for a good 10 minutes.

Having had the displeasure to build both a native iOS and Andriod app in parallel its nice to see such normalization accomplished across multiple platforms.

Collapse
 
andrewbrown profile image
Andrew Brown 🇨🇦
Collapse
 
codypearce profile image
Cody Pearce • Edited

Thanks! You can a border right to the <Drawer /> by adding styles to the drawerStyle prop:

drawerStyle={{borderRightWidth: 10, borderRightColor: 'black'}}