美文网首页
2018-10-24

2018-10-24

作者: z芝麻 | 来源:发表于2018-10-24 10:06 被阅读0次

//需要加载的底部导航图片依赖包 import Ionicons from "react-native-vector-icons/Ionicons";

yarn add react-native-vector-icons

react-native link

//

import { createBottomTabNavigator } from "react-navigation";

import News from "./scr/News";

import My from "./scr/My";

const App = createBottomTabNavigator({

  新闻: {

    screen: News

  },

  我的: {

    screen: My

  }

});

export default App;

相关文章

网友评论

      本文标题:2018-10-24

      本文链接:https://www.haomeiwen.com/subject/bwrttqtx.html