{"id":16811271,"url":"https://github.com/gorhom/docusaurus-react-native-plugin","last_synced_at":"2025-03-22T02:32:01.287Z","repository":{"id":57113953,"uuid":"443848360","full_name":"gorhom/docusaurus-react-native-plugin","owner":"gorhom","description":"A plugin to enable React Native Web and Reanimated on Docusaurus.","archived":false,"fork":false,"pushed_at":"2022-01-02T20:03:42.000Z","size":3,"stargazers_count":36,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T23:25:44.858Z","etag":null,"topics":["docusaurus","react-native","react-native-web","reanimated","reanimated2"],"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/gorhom.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}},"created_at":"2022-01-02T19:07:07.000Z","updated_at":"2024-07-15T02:15:52.000Z","dependencies_parsed_at":"2022-08-22T08:31:31.631Z","dependency_job_id":null,"html_url":"https://github.com/gorhom/docusaurus-react-native-plugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gorhom%2Fdocusaurus-react-native-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gorhom%2Fdocusaurus-react-native-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gorhom%2Fdocusaurus-react-native-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gorhom%2Fdocusaurus-react-native-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gorhom","download_url":"https://codeload.github.com/gorhom/docusaurus-react-native-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244898190,"owners_count":20528331,"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":["docusaurus","react-native","react-native-web","reanimated","reanimated2"],"created_at":"2024-10-13T10:18:14.530Z","updated_at":"2025-03-22T02:32:00.985Z","avatar_url":"https://github.com/gorhom.png","language":"JavaScript","readme":"# Docusaurus React Native Plugin\n\nA plugin to enable React Native Web and Reanimated on Docusaurus.\n\n## Installation\n\n```bash\nyarn add @gorhom/docusaurus-react-native-plugin -D\n```\n\n## Usage\n\n### Monorepo\n\nin the file `docusaurus.config.js` add the following\n\n```js\n...\nplugins: [\n  '@gorhom/docusaurus-react-native-plugin',\n  {\n    alias: {\n      '{MY PACKAGE NAME}': path.resolve(\n        __dirname,\n        {MY PACKAGE PATH}\n      ),\n      'react-native-reanimated': path.resolve(\n        __dirname,\n        {REANIMATED PACKAGE PATH}\n      ),\n    },\n  },\n],\n...\n```\n\n### Standalone\n\nyou will need to install the following\n\n```bash\nyarn add react-native-web react-native-reanimated\n```\n\nthen you will need to add the following in the file `docusaurus.config.js`\n```js\n...\nplugins: [\n  '@gorhom/docusaurus-react-native-plugin',\n  {\n    alias: {\n      '{MY PACKAGE NAME}': path.resolve(\n        __dirname,\n        {MY PACKAGE PATH}\n      ),\n      'react-native-reanimated': path.resolve(\n        __dirname,\n        'node_modules/react-native-reanimated'\n      ),\n    },\n  },\n],\n...\n```\n\n\n## License\n[MIT](./LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgorhom%2Fdocusaurus-react-native-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgorhom%2Fdocusaurus-react-native-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgorhom%2Fdocusaurus-react-native-plugin/lists"}