NavigationContainer及其内容未显示

时间:2020-04-25 14:54:54

标签: react-native navigation react-native-android

它不显示,而是显示。
ww
ww
当我用“拉伸”弄乱时,它只在内容很长时显示。
解决方案无处讨论,浪费了数小时。

    <View><Text>
ww
</Text>

<NavigationContainer  >
      <Stack.Navigator initialRouteName="" >
        <Stack.Screen name="notes" >
        {props => <NoteList {...props} notes={notes} />}</Stack.Screen>
        <Stack.Screen name="Menus" component={MenuScreen} />
      </Stack.Navigator>
    </NavigationContainer>

<Text>
ww
</Text></View>

0 个答案:

没有答案