ptomasroos / react-native-tab-navigator

A tab bar that switches between scenes, written in JS for cross-platform support
MIT License
2.4k stars 416 forks source link

add safe check #137

Closed BodhiHu closed 7 years ago

BodhiHu commented 7 years ago

Hi,

This adds safety check to fix following issue when using with react-native-web#0.0.77:

Error:

Uncaught TypeError: Cannot read property 'style' of undefined
    at Object.<anonymous> (Tab.js:18)

Tab.js

18    titleStyle: Text.propTypes.style,
23    style: View.propTypes.style,

Happy Day !