user-interface-libraries/ 安装 NativeBase官方文档 我项目是用expo搭建的 安装NativeBase及其依赖,也可根据自己的项目来安装插件安装 yarn add native-base /src/navigation/appNavigation" import { extendTheme, NativeBaseProvider } from "native-base" export 引入些组件查看效果 import { useState } from 'react' import { Button, Modal, FormControl, Input } from "native-base
native-base 比起原生的控件,样式上好看很多,并且提过了其他的控件,比如 Card、 Head等。 createStackNavigator 创建 bottomBar titleBar 白色 在 createStackNavigator配置出添加 headerMode: 'none', 隐藏 titleBar,然后使用 native-base