1.1.3 • Published 5 years ago

@zhigang1992/react-native-web-lottie v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

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!

The following important features are not implemented:

  • progress prop
  • imperative API