{"id":18432328,"url":"https://github.com/naturalclar/lottie","last_synced_at":"2025-04-14T01:24:13.286Z","repository":{"id":97449441,"uuid":"237542172","full_name":"Naturalclar/lottie","owner":"Naturalclar","description":"lottie-react-native binding for reason-react-native","archived":false,"fork":false,"pushed_at":"2020-02-01T00:59:45.000Z","size":61,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-16T09:27:18.377Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Naturalclar.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2020-02-01T00:58:27.000Z","updated_at":"2020-02-01T06:33:49.000Z","dependencies_parsed_at":"2023-04-09T21:46:44.533Z","dependency_job_id":null,"html_url":"https://github.com/Naturalclar/lottie","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"rescript-react-native/__template__","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Naturalclar%2Flottie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Naturalclar%2Flottie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Naturalclar%2Flottie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Naturalclar%2Flottie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Naturalclar","download_url":"https://codeload.github.com/Naturalclar/lottie/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248805676,"owners_count":21164368,"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-11-06T05:28:15.041Z","updated_at":"2025-04-14T01:24:13.242Z","avatar_url":"https://github.com/Naturalclar.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## How to use this template\n\n- ⚠️ **Don't fork this repository.** Use the \"Use this template\" green GitHub\n  button.\n- Put your bindings in `src/ReactNativeSomething` \u0026 rename accordingly or use\n  `bsconfig.json` `\"namespace\"` field (more on this below),\n- Update all occurences of\n\n  - `@reason-react-native/__template__`\n  - `https://github.com/reason-react-native/__template__`\n  - `__template__`\n  - `@react-native-community/something`\n  - `https://github.com/react-native-community/something`\n  - `ReactNativeSomething`. If you have more than a file exposed, you should\n    consider using BuckleScript custom namespace by adjusting `bsconfig.json`\n    and adding a `\"namespace\": \"react-native-something\"` (note that it will be\n    converted to `ReactNativeSomething`)\n\n- Add your `@react-native-community/something` (adjusted) in `peerDependencies`\n  \u0026 `devDependencies` section\n- Adjust the changelog (and/or clean it)\n- Remove this part ⬆ \u0026 keep everything below ⬇\n\n---\n\n# `@reason-react-native/__template__`\n\n[![Build Status](https://github.com/reason-react-native/__template__/workflows/Build/badge.svg)](https://github.com/reason-react-native/__template__/actions)\n[![Version](https://img.shields.io/npm/v/@reason-react-native/__template__.svg)](https://www.npmjs.com/@reason-react-native/__template__)\n[![Chat](https://img.shields.io/discord/235176658175262720.svg?logo=discord\u0026colorb=blue)](https://reason-react-native.github.io/discord/)\n\n[ReasonML](https://reasonml.github.io) /\n[BuckleScript](https://bucklescript.github.io) bindings for\n[`@react-native-community/something`](https://github.com/react-native-community/something).\n\nExposed as `ReactNativeSomething` module.\n\n`@reason-react-native/__template__` X.y._ means it's compatible with\n`@react-native-community/something` X.y._\n\n## Installation\n\nWhen\n[`@react-native-community/something`](https://github.com/react-native-community/something)\nis properly installed \u0026 configured by following their installation instructions,\nyou can install the bindings:\n\n```console\nnpm install @reason-react-native/__template__\n# or\nyarn add @reason-react-native/__template__\n```\n\n`@reason-react-native/__template__` should be added to `bs-dependencies` in your\n`bsconfig.json`. Something like\n\n```diff\n{\n  //...\n  \"bs-dependencies\": [\n    \"reason-react\",\n    \"reason-react-native\",\n    // ...\n+    \"@reason-react-native/__template__\"\n  ],\n  //...\n}\n```\n\n## Usage\n\n### Types\n\n#### `ReactNativeSomething.t`\n\n...\n\n### Methods\n\n#### `ReactNativeSomething.method`\n\n...\n\n---\n\n## Changelog\n\nCheck the [changelog](./CHANGELOG.md) for more informations about recent\nreleases.\n\n---\n\n## Contribute\n\nRead the\n[contribution guidelines](https://github.com/reason-react-native/.github/blob/master/CONTRIBUTING.md)\nbefore contributing.\n\n## Code of Conduct\n\nWe want this community to be friendly and respectful to each other. Please read\n[our full code of conduct](https://github.com/reason-react-native/.github/blob/master/CODE_OF_CONDUCT.md)\nso that you can understand what actions will and will not be tolerated.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaturalclar%2Flottie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnaturalclar%2Flottie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaturalclar%2Flottie/lists"}