{"id":25659564,"url":"https://github.com/triple-ade/sticker-smash","last_synced_at":"2026-05-14T01:37:30.691Z","repository":{"id":278905249,"uuid":"867609658","full_name":"TRIPLE-ADE/sticker-smash","owner":"TRIPLE-ADE","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-22T19:51:51.000Z","size":2134,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-15T19:35:40.071Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/TRIPLE-ADE.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-04T11:43:11.000Z","updated_at":"2025-02-22T19:51:55.000Z","dependencies_parsed_at":"2025-02-22T13:35:42.558Z","dependency_job_id":null,"html_url":"https://github.com/TRIPLE-ADE/sticker-smash","commit_stats":null,"previous_names":["triple-ade/sticker-smash"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TRIPLE-ADE/sticker-smash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TRIPLE-ADE%2Fsticker-smash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TRIPLE-ADE%2Fsticker-smash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TRIPLE-ADE%2Fsticker-smash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TRIPLE-ADE%2Fsticker-smash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TRIPLE-ADE","download_url":"https://codeload.github.com/TRIPLE-ADE/sticker-smash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TRIPLE-ADE%2Fsticker-smash/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33006492,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"ssl_error","status_checked_at":"2026-05-13T13:14:51.610Z","response_time":115,"last_error":"SSL_read: 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":[],"created_at":"2025-02-24T01:18:01.939Z","updated_at":"2026-05-14T01:37:30.675Z","avatar_url":"https://github.com/TRIPLE-ADE.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sticker-smash React Native Project\n \nA **React Native** application built to smash stickers\n\n## Table of Contents\n\n- [Installation](#installation)\n- [Running the Application](#running-the-application)\n- [Project Structure](#project-structure)\n- [Dependencies](#dependencies)\n\n## Installation\n\nTo get started with this project, follow the steps below:\n\n### Prerequisites\n\nEnsure you have the following installed on your machine:\n\n- [Node.js](https://nodejs.org/) (v14+)\n- [React Native CLI](https://reactnative.dev/docs/environment-setup) (Optional, if using Expo, install [Expo CLI](https://docs.expo.dev/get-started/installation/))\n- [Android Studio](https://developer.android.com/studio) or [Xcode](https://developer.apple.com/xcode/) (for running on Android/iOS simulators)\n- A mobile device or emulator for testing.\n\n### Steps\n\n1. Clone this repository:\n\n   ```bash\n   git clone https://github.com/TRIPLE-ADE/sticker-smash.git\n   cd sticker-smash\n   ```\n\n2. Install the dependencies:\n\n   ```bash\n   npm install\n   ```\n\n   or\n\n   ```bash\n   yarn install\n   ```\n\n## Running the Application\n\n### For Android\n\n1. Start the Metro bundler:\n\n   ```bash\n   npm start\n   ```\n\n   or\n\n   ```bash\n   yarn start\n   ```\n\n2. Run the application on an Android emulator or connected device:\n\n   ```bash\n   npm run android\n   ```\n\n   or\n\n   ```bash\n   yarn android\n   ```\n\n### For iOS\n\n1. Start the Metro bundler:\n\n   ```bash\n   npm start\n   ```\n\n   or\n\n   ```bash\n   yarn start\n   ```\n\n2. Run the application on an iOS simulator or connected device:\n\n   ```bash\n   npm run ios\n   ```\n\n   or\n\n   ```bash\n   yarn ios\n   ```\n\n## Project Structure\n\noverview of the project structure:\n\n```\n├── components      # Reusable components\n├── assets          # Images, fonts, etc.\n├── App.js              # Root of the app\n├── package.json        # Project dependencies and scripts\n└── README.md           # Guidelines\n```\n\n## Dependencies\n\nThis project uses the following major dependencies:\n\n- **React Native**: Core framework for building mobile apps\n- **React**: React library\n- **React Dom**: React DOM\n\nCheck `package.json` for a full list of dependencies.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftriple-ade%2Fsticker-smash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftriple-ade%2Fsticker-smash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftriple-ade%2Fsticker-smash/lists"}