{"id":28149703,"url":"https://github.com/rescript-react-native/edge-to-edge","last_synced_at":"2026-01-25T17:31:26.352Z","repository":{"id":288280370,"uuid":"966871141","full_name":"rescript-react-native/edge-to-edge","owner":"rescript-react-native","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-16T14:05:37.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-30T16:37:58.118Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"ReScript","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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["MoOx"]}},"created_at":"2025-04-15T15:20:35.000Z","updated_at":"2025-04-21T08:43:09.000Z","dependencies_parsed_at":"2025-04-16T21:00:29.680Z","dependency_job_id":"a3fa5715-71a9-40ec-8a5f-d6800d8c29ee","html_url":"https://github.com/rescript-react-native/edge-to-edge","commit_stats":null,"previous_names":["rescript-react-native/edge-to-edge"],"tags_count":1,"template":false,"template_full_name":"rescript-react-native/__template__","purl":"pkg:github/rescript-react-native/edge-to-edge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rescript-react-native%2Fedge-to-edge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rescript-react-native%2Fedge-to-edge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rescript-react-native%2Fedge-to-edge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rescript-react-native%2Fedge-to-edge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rescript-react-native","download_url":"https://codeload.github.com/rescript-react-native/edge-to-edge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rescript-react-native%2Fedge-to-edge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28755917,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T16:32:25.380Z","status":"ssl_error","status_checked_at":"2026-01-25T16:32:09.189Z","response_time":113,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-05-15T02:14:20.567Z","updated_at":"2026-01-25T17:31:26.334Z","avatar_url":"https://github.com/rescript-react-native.png","language":"ReScript","funding_links":["https://github.com/sponsors/MoOx"],"categories":[],"sub_categories":[],"readme":"# `@rescript-react-native/edge-to-edge`\n\n[![Build Status](https://github.com/rescript-react-native/edge-to-edge/workflows/Build/badge.svg)](https://github.com/rescript-react-native/edge-to-edge/actions)\n[![Version](https://img.shields.io/npm/v/@rescript-react-native/edge-to-edge.svg)](https://www.npmjs.com/@rescript-react-native/edge-to-edge)\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-edge-to-edge`](https://github.com/zoontek/react-native-edge-to-edge).\n\nExposed as `ReactNativeEdgeToEdge` module.\n\n`@rescript-react-native/edge-to-edge` X.y.\\* means it's compatible with\n`react-native-edge-to-edge` X.y.\\*\n\n## Installation\n\nWhen\n[`react-native-edge-to-edge`](https://github.com/zoontek/react-native-edge-to-edge)\nis properly installed \u0026 configured by following their installation instructions,\nyou can install the bindings:\n\n```console\nnpm install @rescript-react-native/edge-to-edge\n# or\nyarn add @rescript-react-native/edge-to-edge\n```\n\n`@rescript-react-native/edge-to-edge` should be added to `bs-dependencies` in your\n`rescript.json`:\n\n```diff\n{\n  //...\n  \"bs-dependencies\": [\n    \"@rescript/react\",\n    \"rescript-react-native\",\n    // ...\n+    \"@rescript-react-native/edge-to-edge\"\n  ],\n  //...\n}\n```\n\n## Usage\n\n### Component\n\n#### `ReactNativeEdgeToEdge.SystemBars`\n\n```rescript\nopen ReactNativeEdgeToEdge\n\n\u003cSystemBars\n  style={{\n    statusBar: #light,\n    navigationBar: #light,\n  }}\n  hidden={{\n    statusBar: false,\n    navigationBar: false,\n  }}\n/\u003e\n```\n\n### Methods\n\n#### `ReactNativeEdgeToEdge.SystemBars.pushStackEntry`\n\n```rescript\nopen ReactNativeEdgeToEdge\n\nSystemBars.pushStackEntry(props)\n```\n\n#### `ReactNativeEdgeToEdge.SystemBars.popStackEntry`\n\n```rescript\nopen ReactNativeEdgeToEdge\n\nSystemBars.popStackEntry(entry)\n```\n\n#### `ReactNativeEdgeToEdge.SystemBars.replaceStackEntry`\n\n```rescript\nopen ReactNativeEdgeToEdge\n\nSystemBars.replaceStackEntry(entry, props)\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%2Fedge-to-edge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frescript-react-native%2Fedge-to-edge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frescript-react-native%2Fedge-to-edge/lists"}