Skip to content

mahaaoo/react-native-maui

Repository files navigation

react-native-maui

δΈ­ζ–‡ζ–‡ζ‘£

This project contains the basic components commonly used in ReactNative, and the code is based on RN0.68. All components are implemented by funciton components and hooks, coded in typescript. Animations and interactions are implemented by react-native-reanimated, react-native-gesture-handler and react-native-svg.

This project is developed by individuals, the stability and adaptability of the components cannot be guaranteed, please use with caution

Update

Preview

Loading Progress Button
AnimatedNumber Overlay RefreshScrollView
Carousel WaterfallList More Demos

Installation

Before Installation, Make sure have installed react-native-reanimated、react-native-gesture-handler and react-native-svg:

npm install react-native-reanimated react-native-gesture-handler react-native-svg
npx pod-install

For more information, please check

Install the react-native-maui with:

npm install react-native-maui

Then use by:

import { Button } from 'react-native-maui'

Expo Demo

Expo HomePage

Scan the QR code with Expo Go (Android) or the Camera app

License

Under The MIT License.