@zhenryx/react-native-components
v0.1.2
Published
A React Native UI component library
Downloads
261
Readme
@zhenryx/react-native-components
一个 React Native UI 组件库。
安装
npm install @zhenryx/react-native-components要求
- React >= 16.8.0
- React Native >= 0.60.0
- react-native-safe-area-context >= 3.0.0
快速开始
npm install react-native-safe-area-contextimport { ThemeProvider } from '@zhenryx/react-native-components';
function App() {
return (
<ThemeProvider>
<YourApp />
</ThemeProvider>
);
}文档
详细的组件文档请查看 src/docs 目录。
