{"id":27657074,"url":"https://github.com/sendbird/react-native-touch-reload","last_synced_at":"2026-06-20T08:31:11.661Z","repository":{"id":102466757,"uuid":"486050925","full_name":"sendbird/react-native-touch-reload","owner":"sendbird","description":"reload helper for react-native","archived":false,"fork":false,"pushed_at":"2023-02-13T05:28:54.000Z","size":36,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-10-12T03:47:10.414Z","etag":null,"topics":["helper","react-native","reload","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/sendbird.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,"zenodo":null}},"created_at":"2022-04-27T04:57:01.000Z","updated_at":"2022-06-23T01:20:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"5be969ec-4720-45c7-9225-948450564413","html_url":"https://github.com/sendbird/react-native-touch-reload","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/sendbird/react-native-touch-reload","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sendbird%2Freact-native-touch-reload","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sendbird%2Freact-native-touch-reload/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sendbird%2Freact-native-touch-reload/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sendbird%2Freact-native-touch-reload/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sendbird","download_url":"https://codeload.github.com/sendbird/react-native-touch-reload/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sendbird%2Freact-native-touch-reload/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34563535,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"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":["helper","react-native","reload","typescript"],"created_at":"2025-04-24T06:53:59.389Z","updated_at":"2026-06-20T08:31:11.641Z","avatar_url":"https://github.com/sendbird.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-native-touch-reload\n\n\u003e Don't shake 👋 ! Just touch 👈  \u003cbr/\u003e\n\u003e this project inspired from https://github.com/pie6k/react-native-dev-menu-on-touch\n\n\u003cimg width=\"300\" src=\"screenshot.png\"\u003e\n\n## Installation\n\n```sh\nnpm install sendbird/react-native-touch-reload\n```\n\n```sh\nyarn add sendbird/react-native-touch-reload\n```\n\n## Usage\n\n### Component\n\n```tsx\nimport { TouchReload } from 'react-native-touch-reload';\n\nconst ReloadableApp = () =\u003e {\n  if (!__DEV__) return \u003cApp /\u003e;\n  return (\n    \u003cTouchReload DEFAULT_VISIBLE={boolean} ACTIVE_TOUCHES={number}\u003e\n      \u003cApp /\u003e\n    \u003c/TouchReload\u003e\n  );\n};\nAppRegistry.registerComponent(appName, () =\u003e ReloadableApp);\n```\n\n### HoC\n\n```tsx\nimport { withTouchReload } from 'react-native-touch-reload';\n\nconst ReloadableApp = withTouchReload(App, DEFAULT_VISIBLE?, ACTIVE_TOUCHES?);\nAppRegistry.registerComponent(appName, () =\u003e ReloadableApp);\n```\n\n### Props\n\n|      props      | required | default |\n| :-------------: | :------: | :-----: |\n| DEFAULT_VISIBLE |  false   |  false  |\n| ACTIVE_TOUCHES  |  false   |    3    |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsendbird%2Freact-native-touch-reload","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsendbird%2Freact-native-touch-reload","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsendbird%2Freact-native-touch-reload/lists"}