-
Fix the render bug on Android
-
Calculate the stareAt(text). It currently uses the length of text. Can be off in an edge case like "iiiiiiiiii."
Open for pull requests! :-D
Try it with Exponent: https://exp.host/@sungwoopark95/react-native-lottie-minion
To install, there are two steps:
-
Install Exponent XDE following this guide. Also install the Exponent app on your phone if you want to test it on your device, otherwise you don't need to do anything for the simulator.
-
Clone this repo and run
npm install
git clone https://github.com/ggomaeng/react-native-lottie-minion.git minion
cd minion
npm install
- Open the project with Exponent XDE and run it.