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

Babel 6.4.x failure #40

Closed ben-manes closed 8 years ago

ben-manes commented 8 years ago

react-native-tab-navigator/TabBar.js. A semicolon is required after a class property

Easy fix, just add the semicolon after the propTypes.

ide commented 8 years ago

Thanks for the heads up. Could you try getting 0.2.15 from npm?

ben-manes commented 8 years ago

We have a fork for some reason, so I applied the same fix and pushed there when testing the react-native issue. That works for me, so you should be able to close this now.

ide commented 8 years ago

Great, thank you for testing.