react-native-elements 跨平台 UI 组件

可同时用于 react-native 和 react-native-web 中

https://github.com/react-native-elements/react-native-elements

import { Button } from '@rneui/base';

const App = () => <Button title="Hello World!" />;
本文收录于专栏
收集一些好用的前端开源库,主要是 npm 包