Suppose I have five items in drawer navigation. I want to add separator after three items. How to add this using react-navigation.
You'll need to use the contentComponent prop to make custom changes. Check out the docs
contentComponent