{"id":23275991,"url":"https://github.com/ankit417/rn-splash-screen","last_synced_at":"2025-09-11T06:37:03.735Z","repository":{"id":87389347,"uuid":"606765195","full_name":"ankit417/rn-splash-screen","owner":"ankit417","description":"Splash screen generator for React Native","archived":false,"fork":false,"pushed_at":"2023-02-27T11:36:32.000Z","size":17,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-07T00:59:44.228Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ankit417.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-02-26T14:00:22.000Z","updated_at":"2023-02-28T12:49:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"578d320e-77e8-4dd5-9dda-f8429147c229","html_url":"https://github.com/ankit417/rn-splash-screen","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ankit417/rn-splash-screen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankit417%2Frn-splash-screen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankit417%2Frn-splash-screen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankit417%2Frn-splash-screen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankit417%2Frn-splash-screen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ankit417","download_url":"https://codeload.github.com/ankit417/rn-splash-screen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankit417%2Frn-splash-screen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274589627,"owners_count":25312971,"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","status":"online","status_checked_at":"2025-09-11T02:00:13.660Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-12-19T21:18:23.007Z","updated_at":"2025-09-11T06:37:03.691Z","avatar_url":"https://github.com/ankit417.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction\n\nThis tool simplifies the process of generating a splash screen for your Android app. It scaffolds the generation process by taking a single image file and placing it in the appropriate \"mip map\" folder. Additionally, it generates splash screen XML drawable, as well as color and style resources for your app.\n\n## Installation\n\n```bash\n  npm i -g rn-splash-screen-gen\n```\n\n## Usage\n\n### Generate Splash image\n\n```javascript\nrn-splash-screen-gen generate:image path_to_image.jpg\n```\n\nThis command generates splash image from single image and places different size images in respective res/mipmap folder\n\n### Generate Splash screen\n\n```javascript\nrn-splash-screen-gen generate:splash\n```\n\nThis command creates res/drawable folder if doesn't exists.  \ncreates res/drawable/background_splash.xml file.  \ncreates/updates res/values/colors.xml.  \ncreates/updates res/values/styles.xml.\n\n### Finally\n\nAdd\n\n```javascript\nandroid: theme = \"@style/SplashTheme\";\nandroid: exported = \"true\";\n```\n\nin AndroidManifest.xml in Activity Tag.\n\n#### example:\n\n```javascript\n \u003cactivity\n        android:name=\".MainActivity\"\n        android:label=\"@string/app_name\"\n        android:configChanges=\"keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode\"\n        android:launchMode=\"singleTask\"\n        android:windowSoftInputMode=\"adjustResize\"\n        android:theme=\"@style/SplashTheme\"\n        android:exported=\"true\"\u003e\n```\n\n## Help\n\n```bash\n  rn-splash-screen-gen help\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankit417%2Frn-splash-screen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fankit417%2Frn-splash-screen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankit417%2Frn-splash-screen/lists"}