What is react-native-micro-interactions?
This library takes user experience to the next level by enhancing interactions with your UI. Add smooth animations to every component interaction, including initialization, touch, feedback, and more. No extra setup or complex logic is required—just wrap your component with Mint, and you're good to go! 😊
Installation
npm install react-native-micro-interactions
Getting started
Just wrap your component with AnimatedWrapper to enable micro interactions on it. Simple!
import { AnimatedWrapper } from 'react-native-micro-interactions';
<AnimatedWrapper>
// Your component
</AnimatedWrapper>
Check out how to use these micro interactions to enchace your app next