Closed yuanguozheng closed 8 years ago
when i set TabNavigator.Item's selected to true
You're trying to render 0 or > 1 child in a component that wants one child as the error states. You should debug further.
Thanks! The problem has been solved! I didn't add any child………… ╮(╯_╰)╭
onlyChild must be passed a children with exactly one child.