{"id":29023012,"url":"https://github.com/bamlab/storybook-addon-react-native-deployment","last_synced_at":"2025-06-26T03:04:59.237Z","repository":{"id":57371484,"uuid":"118944370","full_name":"bamlab/storybook-addon-react-native-deployment","owner":"bamlab","description":"Enable deployment of a storybook on your React Native app","archived":false,"fork":false,"pushed_at":"2018-01-25T18:00:12.000Z","size":1,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-24T01:05:31.943Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bamlab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-25T17:22:25.000Z","updated_at":"2020-05-11T06:48:20.000Z","dependencies_parsed_at":"2022-09-16T00:03:17.224Z","dependency_job_id":null,"html_url":"https://github.com/bamlab/storybook-addon-react-native-deployment","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bamlab/storybook-addon-react-native-deployment","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamlab%2Fstorybook-addon-react-native-deployment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamlab%2Fstorybook-addon-react-native-deployment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamlab%2Fstorybook-addon-react-native-deployment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamlab%2Fstorybook-addon-react-native-deployment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bamlab","download_url":"https://codeload.github.com/bamlab/storybook-addon-react-native-deployment/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamlab%2Fstorybook-addon-react-native-deployment/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261990349,"owners_count":23241188,"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":"2025-06-26T03:04:58.626Z","updated_at":"2025-06-26T03:04:59.213Z","avatar_url":"https://github.com/bamlab.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Storybook Addon for RN Deployment\n\nWith this package, you can disable the channel between your app and the storybook server to only have the app UI of the storybook.\n\nThis allows you to deploy your Storybook on a real device for instance.\n\n## Usage\n\nInstall it with `yarn add --dev storybook-addon-react-native-deployment`\n\nThen add those lines when initializing your storybook, usually in `storybook/storybook.js`:\n\n```javascript\nimport { disableStorybookServer } from \"storybook-addon-react-native-deployment\";\n\ndisableStorybookServer();\n```\n\nFor instance:\n\n```javascript\nimport { getStorybookUI, configure } from \"@storybook/react-native\";\n\nimport { disableStorybookServer } from \"storybook-addon-react-native-deployment\";\n\ndisableStorybookServer();\n\nconfigure(() =\u003e {\n  // import stories\n}, module);\n\nconst StorybookUIRoot = getStorybookUI({ port: 7007, onDeviceUI: true });\n\n// ...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbamlab%2Fstorybook-addon-react-native-deployment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbamlab%2Fstorybook-addon-react-native-deployment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbamlab%2Fstorybook-addon-react-native-deployment/lists"}