We benchmarked react-native-skottie against lottie-react-native on a low-end Android device running a complex animation and saw a +63% improvement in frame rates.
$ python3 -m venv venv $ source venv/bin/activate $ pip3 install -e . $ pip3 install -r requirements.txt # Running tests $ pytest # Formatting and linting $ pre-commit run --all-files ...