iRoachie / react-native-material-tabs

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

Fix `index.d.ts` w. `strictNullChecks` enabled #37

Closed leighman closed 6 years ago

leighman 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.

iRoachie commented 6 years ago

Thanks!