Louis Lagrange f755e41999 v1.1.0
2019-02-07 15:33:44 +01:00
2019-02-07 15:33:15 +01:00
2017-11-05 22:03:58 +01:00
2017-11-05 22:03:58 +01:00
2017-11-05 22:03:58 +01:00
2019-02-07 15:33:44 +01:00

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
Description
No description provided
Readme MIT 1.8 MiB
Languages
JavaScript 100%