{"id":15024979,"url":"https://github.com/react-native-web-community/react-native-web-lottie","last_synced_at":"2025-04-07T07:10:10.528Z","repository":{"id":26720970,"uuid":"109616805","full_name":"react-native-web-community/react-native-web-lottie","owner":"react-native-web-community","description":"React Native for Web implementation of Lottie","archived":false,"fork":false,"pushed_at":"2023-02-09T17:20:03.000Z","size":3880,"stargazers_count":83,"open_issues_count":37,"forks_count":19,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-09-21T09:12:23.897Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://react-native-web-community.github.io/react-native-web-lottie/storybook/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/react-native-web-community.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-05T21:13:00.000Z","updated_at":"2024-09-07T21:33:37.000Z","dependencies_parsed_at":"2024-06-18T15:23:53.860Z","dependency_job_id":null,"html_url":"https://github.com/react-native-web-community/react-native-web-lottie","commit_stats":{"total_commits":46,"total_committers":12,"mean_commits":"3.8333333333333335","dds":0.4782608695652174,"last_synced_commit":"2cf43b70e8bf84e1ce1bd173e04b7fd0673b2476"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-native-web-community%2Freact-native-web-lottie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-native-web-community%2Freact-native-web-lottie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-native-web-community%2Freact-native-web-lottie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-native-web-community%2Freact-native-web-lottie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/react-native-web-community","download_url":"https://codeload.github.com/react-native-web-community/react-native-web-lottie/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247608151,"owners_count":20965952,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-24T20:01:18.420Z","updated_at":"2025-04-07T07:10:10.505Z","avatar_url":"https://github.com/react-native-web-community.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-native-web-lottie\n\n\u003e React Native for Web implementation of Lottie\n\n## Getting started\n\n`$ npm install react-native-web-lottie --save`\n\nAlias the package in your webpack config:\n\n```js\nresolve: {\n    alias: {\n        'react-native': 'react-native-web',\n        ...\n        'lottie-react-native': 'react-native-web-lottie',\n    }\n}\n```\n\nIf you are using [Expo](https://docs.expo.dev/guides/customizing-webpack/), you can simply do\n```js\nconst createExpoWebpackConfigAsync = require('@expo/webpack-config');\n\nmodule.exports = async function(env, argv) {\n  const config = await createExpoWebpackConfigAsync(env, argv);\n\n  config.resolve.alias['lottie-react-native'] = 'react-native-web-lottie';\n\n  return config;\n};\n```\n\n## Usage\n\nSee [Lottie's docs](https://airbnb.io/lottie/#/react-native).\n\n## Examples\n\nSee the [storybook](https://react-native-web-community.github.io/react-native-web-lottie/storybook).\n\n## Contributing\n\nPRs are welcome!\n\nThe following important features are not implemented:\n\n- `progress` prop (partially implemented using Animated.Value)\n- imperative API\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freact-native-web-community%2Freact-native-web-lottie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freact-native-web-community%2Freact-native-web-lottie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freact-native-web-community%2Freact-native-web-lottie/lists"}