1.0.1 • Published 1 year ago
align-ui v1.0.1
align-ui
A UI component library based on React Native (Android & iOS) and H5.
Install
yarn add align-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 'align-ui';
const App = () => {
return <View>文案</View>;
};
export default App;
License
Licensed under the MIT License.