反应本机抽屉导航

时间:2020-11-11 00:47:11

标签: javascript react-native navigation router

在React Native导航中,我们有 Dim lowbound As Integer 'The index of the first item that meets criteria Dim hrrmin = 4 For lowbound = 0 To ListBox1.Items.Count - 1 If hrrmin < CInt(ListBox1.Items(lowbound)) Then Exit For Next Debug.Print(lowbound.ToString) ,我有一个函数

NavigationContainer

我以这种方式编写它,但出现错误export const AppNavigator = () => ( <NavigationContainer> <RootDrawerNavigator/> </NavigationContainer> ) ;

当我更正它时,如下所示:

Text strings must be rendered within a <Text> component

对我来说很好。我以为这是超级琐碎的东西,但是我花了1天的时间解决了这个错误。我不知道这怎么会发生?谁能告诉我为什么?谢谢 ! (根本原因)。

0 个答案:

没有答案