This project contains the basic components commonly used in ReactNative. 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
- Move
Overlay
to react-native-ma-modal
Loading | Progress | Button |
---|---|---|
AnimatedNumber | Overlay | RefreshScrollView |
---|---|---|
Carousel | WaterfallList | More Demos |
---|---|---|
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'
Scan the QR code with Expo Go (Android) or the Camera app
Under The MIT License.