{"id":18483367,"url":"https://github.com/guidesmiths/react-native-uservoice","last_synced_at":"2025-04-08T18:32:39.604Z","repository":{"id":25987595,"uuid":"134446076","full_name":"guidesmiths/react-native-uservoice","owner":"guidesmiths","description":"A React Native client for the uservoice SDK","archived":false,"fork":false,"pushed_at":"2023-10-25T15:17:38.000Z","size":258,"stargazers_count":2,"open_issues_count":10,"forks_count":3,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-03-23T17:12:30.113Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/guidesmiths.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2018-05-22T16:47:06.000Z","updated_at":"2021-10-03T17:29:49.000Z","dependencies_parsed_at":"2024-11-06T12:52:08.421Z","dependency_job_id":null,"html_url":"https://github.com/guidesmiths/react-native-uservoice","commit_stats":{"total_commits":25,"total_committers":3,"mean_commits":8.333333333333334,"dds":0.28,"last_synced_commit":"e4dcf91b7d7b9e532dbf199beeaf37b367c731ad"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guidesmiths%2Freact-native-uservoice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guidesmiths%2Freact-native-uservoice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guidesmiths%2Freact-native-uservoice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guidesmiths%2Freact-native-uservoice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guidesmiths","download_url":"https://codeload.github.com/guidesmiths/react-native-uservoice/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247902556,"owners_count":21015467,"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":"2024-11-06T12:35:28.625Z","updated_at":"2025-04-08T18:32:37.018Z","avatar_url":"https://github.com/guidesmiths.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-native-uservoice\nA react-native sdk of the v1 api of UserVoice. This implementation only has little functionality for now and would be happy to receive many pull-requests.\n\n[![npm version](https://img.shields.io/npm/v/react-native-uservoice.svg?style=flat-square)](https://www.npmjs.com/package/react-native-uservoice)\n[![npm downloads](https://img.shields.io/npm/dm/react-native-uservoice.svg?style=flat-square)](https://www.npmjs.com/package/react-native-uservoice)\n\n## Installation\n\nInstall in your application directory:\n\n```\nnpm install --save react-native-uservoice\n```\n\nor\n\n```\nyarn add react-native-uservoice\n```\n\n## Usage\nFor example\n```js\n     let clientUserVoice = await clientProvider({\n      apiKey: 'xxxxxx',\n      apiSecret: 'xxxxxx',\n      subdomain: 'xxxxx',\n    });\n    clientUserVoice = await clientUserVoice.withoutLogin();\n    const list = await clientUserVoice.topicService.list();\n```\n\nExample redux-saga\n\n```js\n    let clientUserVoice = yield call(clientProvider, {\n      apiKey: xxxxx,\n      apiSecret: xxxx,\n      subdomain: xxxx,\n      wrapperFetch // Your custom implementation fetch\n    });\n    clientUserVoice = yield call([clientUserVoice, clientUserVoice.withoutLogin]);\n    const list = yield call([clientUserVoice.topicService, clientUserVoice.topicService.list]);\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguidesmiths%2Freact-native-uservoice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguidesmiths%2Freact-native-uservoice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguidesmiths%2Freact-native-uservoice/lists"}