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

React.Children.only #100

Closed Bitomancer closed 8 years ago

Bitomancer commented 8 years ago

React.Children.only expected to receive a single react element child

ide commented 8 years ago

You're passing 0 or > 1 React elements somewhere where you can't. You'll have to debug your code and figure out what's going on.