{"id":38365401,"url":"https://github.com/natanfeitosa/rn-wallpapers","last_synced_at":"2026-01-17T03:23:17.856Z","repository":{"id":186024084,"uuid":"674498222","full_name":"natanfeitosa/rn-wallpapers","owner":"natanfeitosa","description":"A lightweight library for setting wallpapers with React Native","archived":false,"fork":false,"pushed_at":"2023-11-24T17:05:16.000Z","size":353,"stargazers_count":8,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-11-16T22:08:51.251Z","etag":null,"topics":["react-native","reactnative","rn-wallpapers","wallpaper"],"latest_commit_sha":null,"homepage":"https://npm.im/rn-wallpapers","language":"Java","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/natanfeitosa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-08-04T05:07:59.000Z","updated_at":"2024-12-26T08:51:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"d5116029-57d8-49b1-bfcc-46c3bb3bb56c","html_url":"https://github.com/natanfeitosa/rn-wallpapers","commit_stats":null,"previous_names":["natanfeitosa/rn-wallpapers"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/natanfeitosa/rn-wallpapers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natanfeitosa%2Frn-wallpapers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natanfeitosa%2Frn-wallpapers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natanfeitosa%2Frn-wallpapers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natanfeitosa%2Frn-wallpapers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/natanfeitosa","download_url":"https://codeload.github.com/natanfeitosa/rn-wallpapers/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natanfeitosa%2Frn-wallpapers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28492779,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T02:39:23.645Z","status":"ssl_error","status_checked_at":"2026-01-17T02:34:19.649Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["react-native","reactnative","rn-wallpapers","wallpaper"],"created_at":"2026-01-17T03:23:17.777Z","updated_at":"2026-01-17T03:23:17.841Z","avatar_url":"https://github.com/natanfeitosa.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rn-wallpapers\n\n\u003cp align=\"center\"\u003eA lightweight library for setting wallpapers with React Native\u003c/p\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003cimg alt=\"GitHub Repo stars\" src=\"https://img.shields.io/github/stars/natanfeitosa/rn-wallpapers\"\u003e\n  \u003cimg alt=\"Version in NPM\" src=\"https://img.shields.io/npm/v/rn-wallpapers\"\u003e\n  \u003cimg alt=\"License in GitHub\" src=\"https://img.shields.io/github/license/natanfeitosa/rn-wallpapers\"\u003e\n  \u003cimg alt=\"Downloads in NPM\" src=\"https://img.shields.io/npm/dm/rn-wallpapers\"\u003e\n\u003c/div\u003e\n\n## Installation\n\n```sh\nnpm install rn-wallpapers\n\n// or with yarn\nyarn add rn-wallpapers\n```\n\n## Usage\n\n```js\nimport { setWallpaper, TYPE_SCREEN } from 'rn-wallpapers';\n\n// ...\n\n\nawait setWallpaper(\n  {\n    uri: 'https://i0.wp.com/techwek.com/wp-content/uploads/2021/01/wallpaper-gotas-de-chuva.jpg',\n    headers: {\n      // your custom headers ...\n    }\n  },\n  TYPE_SCREEN.LOCK // Sets the wallpaper on Lock Screen only\n);\n\nawait setWallpaper(\n  {\n    uri: 'https://i0.wp.com/techwek.com/wp-content/uploads/2021/01/wallpaper-gotas-de-chuva.jpg'\n  },\n  TYPE_SCREEN.HOME // (default) Sets the wallpaper on Home Screen only\n);\n\nawait setWallpaper(\n  {\n    uri: 'https://i0.wp.com/techwek.com/wp-content/uploads/2021/01/wallpaper-gotas-de-chuva.jpg'\n  },\n  TYPE_SCREEN.BOTH // Sets the wallpaper on both screen\n);\n```\n\n\u003e If you are using `Expo Go`, you may need to add the `SET_WALLPAPER` permission to your [permissions array](https://docs.expo.dev/versions/latest/config/app/#permissions)\n\n## Contributing\n\nSee the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.\n\n## License\n\nMIT\n\n---\n\nMade with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnatanfeitosa%2Frn-wallpapers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnatanfeitosa%2Frn-wallpapers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnatanfeitosa%2Frn-wallpapers/lists"}