A UI component library based on React Native (Android & iOS) and H5.
yarn add @afuteam/ui react-native-svg@13.9.0 react-native-root-siblings@1.0.0 react-native-gesture-handler@2.8.0
项目App.tsx文件配置
//...其他import
import { View } from '@afuteam/ui';
const App = () => {
return <View>文案</View>;
};
export default App;
Licensed under the MIT License.