alinz / react-native-tabbar

Tab bar with more freedom
MIT License
265 stars 49 forks source link

if child's ref of RawContent is a function, it cause tabbar to crash! :( #15

Closed alinz closed 8 years ago

alinz commented 8 years ago

for workaround, a simple View wrapper can be used to prevent this issue! however, none of the lifecycle events for TabContent won't be fired! need a better solution! :(