【发布时间】:2017-07-18 12:54:04
【问题描述】:
我正在使用 React-navigation 模块,我创建了DrawerContent,但出现了这个错误:Check the render method of "Drawer Sidebar"
如何修复此错误?
默认密码没问题:contentComponent: props => <ScrollView><DrawerItems {...props} /></ScrollView>
我的新代码不正确:contentComponent: DrawerContent
和const DrawerContent = (props) => (<ScrollView><DrawerItems {...props} /></ScrollView>)
我也打开了这个问题:(https://github.com/react-community/react-navigation/issues/2175)
【问题讨论】:
标签: react-native react-navigation