react-native-web-lottie

1.4.4 • Public • Published

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 (partially implemented using Animated.Value)
  • imperative API

/react-native-web-lottie/

    Package Sidebar

    Install

    npm i react-native-web-lottie

    Weekly Downloads

    13,850

    Version

    1.4.4

    License

    MIT

    Unpacked Size

    160 kB

    Total Files

    9

    Last publish

    Collaborators

    • minishlink