{"id":15177250,"url":"https://github.com/doochik/react-native-vksdk","last_synced_at":"2025-06-28T21:38:55.678Z","repository":{"id":57341332,"uuid":"45997787","full_name":"doochik/react-native-vksdk","owner":"doochik","description":"A wrapper around the iOS VK (VKontakte) SDK for React Native apps.","archived":false,"fork":false,"pushed_at":"2016-09-14T18:59:03.000Z","size":3338,"stargazers_count":16,"open_issues_count":1,"forks_count":10,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-25T10:48:29.884Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","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/doochik.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":"2015-11-11T17:27:11.000Z","updated_at":"2024-09-02T16:23:51.000Z","dependencies_parsed_at":"2022-09-06T00:03:11.271Z","dependency_job_id":null,"html_url":"https://github.com/doochik/react-native-vksdk","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/doochik/react-native-vksdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doochik%2Freact-native-vksdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doochik%2Freact-native-vksdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doochik%2Freact-native-vksdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doochik%2Freact-native-vksdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doochik","download_url":"https://codeload.github.com/doochik/react-native-vksdk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doochik%2Freact-native-vksdk/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262503159,"owners_count":23321182,"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-09-27T14:04:27.393Z","updated_at":"2025-06-28T21:38:55.658Z","avatar_url":"https://github.com/doochik.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![NPM version](https://badge.fury.io/js/react-native-vksdk.svg)](http://badge.fury.io/js/react-native-vksdk)\n# react-native-vk-sdk\n\nA wrapper around the [iOS VK (VKontakte) SDK](https://github.com/VKCOM/vk-ios-sdk) for React Native apps.\n\n## Setup\n\n1. Install package: `npm install react-native-vksdk`\n1. Setup your app for [VK iOS SDK](https://github.com/VKCOM/vk-ios-sdk)\n2. Add `VkAppID` key to Info.plist \u003cimg src=\"https://raw.githubusercontent.com/doochik/react-native-vk-sdk/master/docs/plist.png\" alt=\"preview\" /\u003e\n3. Add `RCTVkSdkLoginManager.h` and `RCTVkSdkLoginManager.m` to you Libraries. \u003cimg src=\"https://raw.githubusercontent.com/doochik/react-native-vk-sdk/master/docs/add.png\" alt=\"preview\" /\u003e\n\n## Usage\n\n```js\nvar Vk = require('react-native-vksdk');\n\n// authorize and get token\nVk.authorize()\n    .then((result) =\u003e {\n        // your code here\n    }, (error) =\u003e {\n        // your code here\n    });\n    \n// logout\nVk.logout();\n    \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoochik%2Freact-native-vksdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoochik%2Freact-native-vksdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoochik%2Freact-native-vksdk/lists"}