{"id":25539480,"url":"https://github.com/marfullsen/stickers-app-react-native","last_synced_at":"2025-10-11T15:32:56.899Z","repository":{"id":270173861,"uuid":"909543993","full_name":"Marfullsen/stickers-app-react-native","owner":"Marfullsen","description":"Stickers app for my first steps in React Native.","archived":false,"fork":false,"pushed_at":"2024-12-30T07:09:27.000Z","size":2878,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-03T09:42:35.922Z","etag":null,"topics":[],"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/Marfullsen.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}},"created_at":"2024-12-29T03:00:21.000Z","updated_at":"2025-01-01T01:17:25.000Z","dependencies_parsed_at":"2024-12-29T04:17:15.584Z","dependency_job_id":"3aaed894-6df9-41f3-a390-89877f551dc9","html_url":"https://github.com/Marfullsen/stickers-app-react-native","commit_stats":null,"previous_names":["marfullsen/my-first-react-native-app","marfullsen/stickers-app-react-native"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Marfullsen/stickers-app-react-native","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marfullsen%2Fstickers-app-react-native","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marfullsen%2Fstickers-app-react-native/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marfullsen%2Fstickers-app-react-native/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marfullsen%2Fstickers-app-react-native/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Marfullsen","download_url":"https://codeload.github.com/Marfullsen/stickers-app-react-native/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marfullsen%2Fstickers-app-react-native/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007604,"owners_count":26084334,"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-10-11T02:00:06.511Z","response_time":55,"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":"2025-02-20T05:41:38.320Z","updated_at":"2025-10-11T15:32:56.894Z","avatar_url":"https://github.com/Marfullsen.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"./docs/img/hundred.png\" alt=\"app icon\" width=\"150\"\u003e\n\n\n# Welcome to my very first React-Native app 👋\n\n[![Expo Go](https://img.shields.io/badge/Expo%20Go-purple.svg?style=flat-square\u0026logo=EXPO\u0026labelColor=grey\u0026logoColor=fff)](https://expo.dev/)\n\nThis is a stickers app created to learn basics of React-Native using Expo.\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"./docs/img/sticker_app.png\" alt=\"app screenshot\"\u003e\n\u003c/div\u003e\n\n\n## Get started\n\n1. Install dependencies\n\n   ```bash\n   npm install\n   ```\n\n2. Start the app\n\n   ```bash\n    npx expo start\n   ```\n\nIn the output, you'll find options to open the app in a\n\n- [development build](https://docs.expo.dev/develop/development-builds/introduction/)\n- [Android emulator](https://docs.expo.dev/workflow/android-studio-emulator/)\n- [iOS simulator](https://docs.expo.dev/workflow/ios-simulator/)\n- [Expo Go](https://expo.dev/go), a limited sandbox for trying out app development with Expo\n\nYou can start developing by editing the files inside the **app** directory. This project uses [file-based routing](https://docs.expo.dev/router/introduction).\n\n## Get a fresh project\n\nWhen you're ready, run:\n\n```bash\nnpm run reset-project\n```\n\nThis command will move the starter code to the **app-example** directory and create a blank **app** directory where you can start developing.\n\n## Learn more\n\nTo learn more about developing your project with Expo, look at the following resources:\n\n- [Expo documentation](https://docs.expo.dev/): Learn fundamentals, or go into advanced topics with our [guides](https://docs.expo.dev/guides).\n- [Learn Expo tutorial](https://docs.expo.dev/tutorial/introduction/): Follow a step-by-step tutorial where you'll create a project that runs on Android, iOS, and the web.\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"./docs/img/expo_tutorial.png\" alt=\"tutorial content\" width=\"220\"\u003e\n\u003c/div\u003e\n\n## Join the community\n\nJoin our community of developers creating universal apps.\n\n- [Expo on GitHub](https://github.com/expo/expo): View our open source platform and contribute.\n- [Discord community](https://chat.expo.dev): Chat with Expo users and ask questions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarfullsen%2Fstickers-app-react-native","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarfullsen%2Fstickers-app-react-native","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarfullsen%2Fstickers-app-react-native/lists"}