How to add section divider in navigation drawer using react navigation

后端 未结 2 2120
傲寒
傲寒 2021-02-15 23:57

Suppose I have five items in drawer navigation. I want to add separator after three items. How to add this using react-navigation.

2条回答
  •  说谎
    说谎 (楼主)
    2021-02-15 23:59

    You'll need to use the contentComponent prop to make custom changes. Check out the docs

提交回复
热议问题