1.0.0 • Published 2 months ago

afuteam v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

@afuteam/ui

A UI component library based on React Native (Android & iOS) and H5.

Install

yarn add @afuteam/ui react-native-svg@13.9.0 react-native-root-siblings@1.0.0  react-native-gesture-handler@2.8.0

Theme Configuration

项目App.tsx文件配置

//...其他import
import { View } from '@afuteam/ui';

const App = () => {
  return <View>文案</View>;
};

export default App;

License

Licensed under the MIT License.