{"id":27091269,"url":"https://github.com/newbiebr/react-native-unsplash","last_synced_at":"2025-04-06T07:25:48.901Z","repository":{"id":38916308,"uuid":"241759171","full_name":"NewBieBR/react-native-unsplash","owner":"NewBieBR","description":"Online photos gallery search using Unplash","archived":false,"fork":false,"pushed_at":"2023-01-05T07:47:38.000Z","size":29620,"stargazers_count":6,"open_issues_count":18,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-16T18:34:47.211Z","etag":null,"topics":["photo","react-native","typescript","unsplash"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/NewBieBR.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":"2020-02-20T00:39:12.000Z","updated_at":"2022-07-20T20:18:50.000Z","dependencies_parsed_at":"2023-02-03T19:00:39.783Z","dependency_job_id":null,"html_url":"https://github.com/NewBieBR/react-native-unsplash","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/NewBieBR%2Freact-native-unsplash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NewBieBR%2Freact-native-unsplash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NewBieBR%2Freact-native-unsplash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NewBieBR%2Freact-native-unsplash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NewBieBR","download_url":"https://codeload.github.com/NewBieBR/react-native-unsplash/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247447351,"owners_count":20940308,"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":["photo","react-native","typescript","unsplash"],"created_at":"2025-04-06T07:25:44.684Z","updated_at":"2025-04-06T07:25:48.883Z","avatar_url":"https://github.com/NewBieBR.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-native-unsplash\n\nOnline photos gallery search using Unplash\n\n\u003cimg src=\"https://raw.github.com/NewBieBR/react-native-unsplash/master/assets/demo.gif\" height=400\u003e\n\n## Installation\n\n1. [Register](https://unsplash.com/developers) you developer account for Unsplash API\n\n2. [Create](https://unsplash.com/oauth/applications) a new app on Unsplash\n\n3. Go to the **Keys** section of your app's page and copy your keys into a new file.\n```typescript\nconst UnsplashKeys = {\n  accessKey: '...',\n  secretKey: '...',\n};\n\nexport default UnsplashKeys;\n```\n\u003e Remeber to keep this file in local\n\n4. Install this package\n```bash\nyarn add react-native-unsplash\n```\n\n## Basic Usage\n\n```tsx\nimport UnsplashSearch, { UnsplashPhoto } from 'react-native-unsplash';\n\nonOnlinePhotoSelect(photo: UnsplashPhoto) {\n    console.log(photo.urls.regular)\n}\n\nrender() {\n  return \u003cUnsplashSearch\n    accessKey={...} \n    onPhotoSelect={this.onOnlinePhotoSelect\n  /\u003e;\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnewbiebr%2Freact-native-unsplash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnewbiebr%2Freact-native-unsplash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnewbiebr%2Freact-native-unsplash/lists"}