iRoachie / react-native-material-tabs

Material Design implementation of Tabs
MIT License
121 stars 56 forks source link

v3.6.2 #38

Closed iRoachie closed 6 years ago

iRoachie commented 6 years ago

State type defaults to {} which can't be set to null when strictNullChecks is enabled. It's not needed here so remove it.