可同时用于 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!" />;
发布于 2021-05-06, 更新于 2023-04-08
可同时用于 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!" />;