afuteam-ui
v1.0.0
Published
@afuteam/ui for React Native And H5 Web
Downloads
114
Maintainers
Readme
@afuteam/ui
A UI component library based on React Native (Android & iOS) and H5.
Install
yarn add @afuteam/ui [email protected] [email protected] [email protected]
Theme Configuration
项目App.tsx文件配置
//...其他import
import { View } from '@afuteam/ui';
const App = () => {
return <View>文案</View>;
};
export default App;
License
Licensed under the MIT License.