D:/ react-native教程/NavigationTut/App.js模块未找到:无法解析“ D:\ react-native教程\ NavigationTut”中的“ react-navigation-tabs”

时间:2020-06-10 20:50:01

标签: react-native react-navigation react-navigation-stack react-navigation-bottom-tab

使用react-navigation v4,这是我的代码,我遇到此错误,我还检查了文档

  import React from 'react';
  import { StyleSheet, Text, View, Button } from 'react-native';
  import { createAppContainer } from 'react-navigation';
  import { createBottomTabNavigator } from 'react-navigation-tabs';
  import { Ionicons } from '@expo/vector-icons';
  import MyHomeScreen from './screen/Homescreen';
  import MyNotificationsScreen from './screen/Notification';

  const TabNavigator = createBottomTabNavigator({
  Home: MyHomeScreen,
  Notifications: MyNotificationsScreen,
  });

 const AppContainer = createAppContainer(TabNavigator);
 export default class App extends React.Component {
 render() {
  return <AppContainer />;
 }
 }

1 个答案:

答案 0 :(得分:0)

请确保您连接到相同的网络,系统和移动设备应连接到相同的wifi,并且还必须升级Expo CLI。