mirror of
https://github.com/zhigang1992/react-native-web-lottie.git
synced 2026-01-12 17:43:01 +08:00
575 B
575 B
react-native-web-lottie
React Native for Web implementation of Lottie
Getting started
$ npm install react-native-web-lottie --save
Alias the package in your webpack config:
resolve: {
alias: {
'react-native': 'react-native-web',
...
'lottie-react-native': 'react-native-web-lottie',
}
}
Usage
See Lottie's docs.
Examples
See the storybook.
Contributing
PRs are welcome!