{"id":17996443,"url":"https://github.com/clearlysid/rive-rnw","last_synced_at":"2026-05-01T09:31:27.378Z","repository":{"id":61982383,"uuid":"556115622","full_name":"clearlysid/rive-rnw","owner":"clearlysid","description":"A Rive runtime for react-native-web. Write once, Rive anywhere.","archived":false,"fork":false,"pushed_at":"2022-10-27T03:10:56.000Z","size":533,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-28T19:37:56.041Z","etag":null,"topics":["animation","react-native","react-native-web","rive"],"latest_commit_sha":null,"homepage":"https://clearlysid.github.io/rive-rnw","language":"Java","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/clearlysid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["clearlysid"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2022-10-23T04:47:31.000Z","updated_at":"2025-09-22T09:37:50.000Z","dependencies_parsed_at":"2023-01-20T17:46:42.218Z","dependency_job_id":null,"html_url":"https://github.com/clearlysid/rive-rnw","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/clearlysid/rive-rnw","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clearlysid%2Frive-rnw","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clearlysid%2Frive-rnw/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clearlysid%2Frive-rnw/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clearlysid%2Frive-rnw/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clearlysid","download_url":"https://codeload.github.com/clearlysid/rive-rnw/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clearlysid%2Frive-rnw/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32492098,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["animation","react-native","react-native-web","rive"],"created_at":"2024-10-29T21:14:36.681Z","updated_at":"2026-05-01T09:31:27.357Z","avatar_url":"https://github.com/clearlysid.png","language":"Java","funding_links":["https://github.com/sponsors/clearlysid"],"categories":[],"sub_categories":[],"readme":"# Rive for React Native Web (Beta ⚠️)\n\n![rive-rnw-hero](https://user-images.githubusercontent.com/30227512/197517924-6ac12076-2963-4822-8e61-98e49361a94d.png)\n\nThis library is a wrapper around Rive's iOS/Android runtime and the Web/Canvas runtime, providing a singular component and ref pattern for cross-platform applications built using [react-native-web](https://necolas.github.io/react-native-web/).\n\n## Table of contents\n\n-   ⭐ [Rive Overview](#rive-overview)\n-   🚀 [Getting Started \u0026 API docs](#getting-started)\n-   🔍 [Supported Platforms](#supported-platforms)\n-   🤝 [Issues and Contributing](#issues-and-contributing)\n\n## Rive Overview\n\n[Rive](https://rive.app) is a real-time interactive design and animation tool that helps teams create and run interactive animations anywhere. This lightweight library allows developers to load Rive animations into their apps.\n\n-   🏡 [Rive Homepage](https://rive.app/)\n-   📘 [General help docs](https://help.rive.app/)\n-   🛠 [Resources for building in Rive](https://rive.app/resources/)\n\n## Getting Started\n\nStart by installing this package with:\n\n```bash\nyarn add rive-rnw\n```\n\nThen use it in your app like so:\n\n```jsx\nimport Rive from \"rive-rnw\";\n\nfunction App() {\n  return (\n    \u003cRive\n      url=\"https://cdn.rive.app/animations/vehicles.riv\"\n      style={{ width: 400, height: 400 }}\n    /\u003e\n  );\n}\n```\n\n### API Documentation\n\nThis API is a superset of the official React Native Runtime API. For a detailed list of props and methods available to you and for more advanced use-cases, refer to this [documentation](https://help.rive.app/runtimes/overview/react-native/props).\n\n### Examples\n\nThere's a demo provided at `/example` of this repo. It is easy to build off of and works on all platforms mentioned below including the [web](https://clearlysid.github.io/rive-rnw/).\n\n## Supported Platforms\n\nSince this library has a dependency on the [Rive React Native](https://github.com/rive-app/rive-react-native/) and [Rive WASM](https://github.com/rive-app/rive-wasm) runtimes, the supported devices align with each of these dependencies minimum supported devices, as well as the minimum device requirements of the React Native framework.\n\n-   iOS: **14.0+**\n-   Android:\n    -   Minimum SDK version: **21**\n    -   Target SDK version: **31**\n-   Browsers: All major browsers\n\n## Issues and Contributing\n\nI'm constantly trying to improve this package and plan to use it for work projects at [@headout](https://github.com/headout). Please raise any issues you encounter on the [Issues](https://github.com/clearlysid/rive-rnw/issues) page.\n\nI would also love for more people to start contributing to open-source. Any PRs with improvements, bugfixes or documentation are always welcome!\n\n# Thanks\n\nThanks to the [Rive team](https://github.com/rive-app) for making a great product!\n\nIf you like this project, consider starring it on Github ⭐ and following me on [Twitter](https://twitter.com/clearlysid) 🐦.\n\n## License\n\nMIT Licensed. Copyright (c) Siddharth Jha 2022.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclearlysid%2Frive-rnw","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclearlysid%2Frive-rnw","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclearlysid%2Frive-rnw/lists"}