标签视图工作正常,但无法通过单击列表导航

时间:2019-04-11 17:43:41

标签: reactjs react-native cross-platform react-navigation

我正在使用带有CreateingMaterialTopTabNavigator功能的选项卡视图,并且选项卡工作正常,但是从列表视图到其他组件的导航不起作用...

    <ListItem avatar onPress={() => this.props.navigation.navigate('MyScreen')}>
              <Left>
                <Thumbnail source={{ uri: 
                'https://cdn4.iconfinder.com/data/icons/ui-outline-1-of-5/100/ui_outline_2-04-512.png' }} />
              </Left>
              <Body>
                <Text>Account Setting</Text>
              </Body>
              <Right>

              </Right>
            </ListItem>

这没有显示任何错误,也没有导航到下一个屏幕。

0 个答案:

没有答案