{"id":18782882,"url":"https://github.com/rescript-react-native/__template__","last_synced_at":"2025-04-13T12:08:58.398Z","repository":{"id":42023176,"uuid":"206237049","full_name":"rescript-react-native/__template__","owner":"rescript-react-native","description":"ReScript bindings for ORIGINAL_PACKAGE_NAME","archived":false,"fork":false,"pushed_at":"2023-04-25T07:39:21.000Z","size":242,"stargazers_count":9,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-13T12:08:50.375Z","etag":null,"topics":["react","react-native","rescript","rescript-react","rescript-react-native"],"latest_commit_sha":null,"homepage":"","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/rescript-react-native.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}},"created_at":"2019-09-04T05:16:33.000Z","updated_at":"2024-02-19T01:21:12.000Z","dependencies_parsed_at":"2023-07-18T14:30:51.270Z","dependency_job_id":null,"html_url":"https://github.com/rescript-react-native/__template__","commit_stats":{"total_commits":56,"total_committers":4,"mean_commits":14.0,"dds":0.0535714285714286,"last_synced_commit":"d6e6b9ae633b25e62b4f03eb162e4f12ab1b166b"},"previous_names":["reason-react-native/__template__"],"tags_count":3,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rescript-react-native%2F__template__","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rescript-react-native%2F__template__/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rescript-react-native%2F__template__/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rescript-react-native%2F__template__/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rescript-react-native","download_url":"https://codeload.github.com/rescript-react-native/__template__/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248710433,"owners_count":21149190,"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":["react","react-native","rescript","rescript-react","rescript-react-native"],"created_at":"2024-11-07T20:37:22.676Z","updated_at":"2025-04-13T12:08:58.379Z","avatar_url":"https://github.com/rescript-react-native.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/ReactNativeXxxxxxxxxx` \u0026 rename accordingly or use\n  `bsconfig.json` `\"namespace\"` field (more on this below),\n- Update all occurences of\n\n  - `@rescript-react-native/__template__`\n  - `https://github.com/rescript-react-native/__template__`\n  - `__template__`\n  - `react-native-XXXXXXXXXX`\n  - `https://github.com/OWNER/react-native-XXXXXXXXXX`\n  - `ReactNativeXxxxxxxxxx`. If you have more than a file exposed, you should\n    consider using ReScript custom namespace by adjusting `bsconfig.json`\n    and adding a `\"namespace\": \"react-native-something\"` (note that it will be\n    converted to `ReactNativeXxxxxxxxxx`)\n\n- Add your `react-native-XXXXXXXXXX` (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# `@rescript-react-native/__template__`\n\n[![Build Status](https://github.com/rescript-react-native/__template__/workflows/Build/badge.svg)](https://github.com/rescript-react-native/__template__/actions)\n[![Version](https://img.shields.io/npm/v/@rescript-react-native/__template__.svg)](https://www.npmjs.com/@rescript-react-native/__template__)\n[![ReScript Forum](https://img.shields.io/discourse/posts?color=e6484f\u0026label=ReScript%20Forum\u0026server=https%3A%2F%2Fforum.rescript-lang.org)](https://forum.rescript-lang.org/)\n\n[ReScript](https://rescript-lang.org) bindings for\n[`react-native-XXXXXXXXXX`](https://github.com/OWNER/react-native-XXXXXXXXXX).\n\nExposed as `ReactNativeXxxxxxxxxx` module.\n\n`@rescript-react-native/__template__` X.y.\\* means it's compatible with\n`react-native-XXXXXXXXXX` X.y.\\*\n\n## Installation\n\nWhen\n[`react-native-XXXXXXXXXX`](https://github.com/OWNER/react-native-XXXXXXXXXX)\nis properly installed \u0026 configured by following their installation instructions,\nyou can install the bindings:\n\n```console\nnpm install @rescript-react-native/__template__\n# or\nyarn add @rescript-react-native/__template__\n```\n\n`@rescript-react-native/__template__` should be added to `bs-dependencies` in your\n`bsconfig.json`:\n\n```diff\n{\n  //...\n  \"bs-dependencies\": [\n    \"@rescript/react\",\n    \"rescript-react-native\",\n    // ...\n+    \"@rescript-react-native/__template__\"\n  ],\n  //...\n}\n```\n\n## Usage\n\n### Types\n\n#### `ReactNativeXxxxxxxxxx.t`\n\n...\n\n### Methods\n\n#### `ReactNativeXxxxxxxxxx.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/rescript-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/rescript-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%2Frescript-react-native%2F__template__","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frescript-react-native%2F__template__","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frescript-react-native%2F__template__/lists"}