react-native-tab-view
react-native-tab-view copied to clipboard
feat: add ability to type tab names with SceneRendererProps
Motivation
I'd like to add more strength to my typings while using the lib. I don't want to make mistakes while using tab names.
Test plan
This is a non breaking change. I can't think of any risk with this.
Here's when I add a type parameter (new behaviour):

Here's when I don't (same as previous behaviour):

Thank you!
Hey pierpo! Thanks for opening your first pull request in this repo. If you haven't already, make sure to read our contribution guidelines.