{"id":31581256,"url":"https://github.com/sufyanism/gallery-application-in-react-native","last_synced_at":"2026-05-04T08:43:51.573Z","repository":{"id":318148263,"uuid":"1068892363","full_name":"sufyanism/Gallery-Application-in-React-Native","owner":"sufyanism","description":"A React Native Gallery Application that allows users to browse, view, and manage images seamlessly. Features include image grid display, full-screen viewer, image upload, and basic editing capabilities.","archived":false,"fork":false,"pushed_at":"2025-10-05T11:33:13.000Z","size":184,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-05T13:19:41.987Z","etag":null,"topics":["expo","gallery-application","react-native-app","react-native-gallery-application"],"latest_commit_sha":null,"homepage":"https://code.zeba.academy/","language":"JavaScript","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/sufyanism.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":"2025-10-03T04:27:31.000Z","updated_at":"2025-10-05T11:33:16.000Z","dependencies_parsed_at":"2025-10-05T13:19:48.579Z","dependency_job_id":"1377d454-b7da-4522-9e82-8de8a160f049","html_url":"https://github.com/sufyanism/Gallery-Application-in-React-Native","commit_stats":null,"previous_names":["sufyanism/gallery-application-in-react-native"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/sufyanism/Gallery-Application-in-React-Native","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sufyanism%2FGallery-Application-in-React-Native","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sufyanism%2FGallery-Application-in-React-Native/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sufyanism%2FGallery-Application-in-React-Native/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sufyanism%2FGallery-Application-in-React-Native/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sufyanism","download_url":"https://codeload.github.com/sufyanism/Gallery-Application-in-React-Native/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sufyanism%2FGallery-Application-in-React-Native/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278526245,"owners_count":26001326,"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-05T02:00:06.059Z","response_time":54,"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":["expo","gallery-application","react-native-app","react-native-gallery-application"],"created_at":"2025-10-05T21:55:29.385Z","updated_at":"2026-05-04T08:43:51.563Z","avatar_url":"https://github.com/sufyanism.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Native Gallery App 📸\n\nA React Native mobile application built with [`@react-native-community/cli`](https://github.com/react-native-community/cli).  \nThis app is a complete tutorial project by **Zeba Academy**, teaching how to build a beautiful and interactive **image gallery** using React Native.  \n\n\u003c/br\u003e\n\n## 🚀 Getting Started\n\n### 1. Clone the repository\n```sh\ngit clone https://github.com/sufyanism/gallery-application-in-react-native.git\ncd react-native-gallery-app\n```\n\n### 2. Install dependencies\n```sh\nnpm install\n# OR\nyarn install\n```\n\n### 3. Run the app\n```sh\nnpm run android\n# OR\nnpm run ios\n```\n\n\u003c/br\u003e\n\n## ✨ Features\n\n### 🖼 Gallery Grid \u0026 Image Preview Modal\n- Displays all images in a **2-column responsive grid**.  \n- Tap any image to **view it fullscreen** in a smooth modal view.\n\n### 🔍 Search Bar \u0026 Filters\n- Search images by **title or keyword**.  \n- Filter by categories: **All, Nature, Urban, Other, and Favorites.**\n\n### ❤️ Favorites Feature\n- Tap the **heart icon** to add/remove favorites.  \n- View only liked images by switching to the **Favorites category.**\n\n\u003c/br\u003e\n\n## ⚙️ Usage\n- Use the search bar at the top to filter images by title.  \n- Tap category buttons to view filtered results.  \n- Tap an image to open it in fullscreen.  \n- Tap the heart icon to favorite/unfavorite.  \n- Close fullscreen preview using the **X button.**\n\n\u003c/br\u003e\n\n## 🧩 Code Overview\n\n- **App.jsx** handles all main logic: gallery, search, filters, favorites, and modal preview.  \n- Uses React Native components like `FlatList`, `Modal`, `TextInput`, and `TouchableOpacity`.  \n- State is managed using **React Hooks** (`useState`, `useRef`).  \n- **Animated API** is used for smooth favorite toggle effects.\n\n\u003c/br\u003e\n\n## 🛠 Tech Stack\n\n- [React Native](https://reactnative.dev)  \n- JavaScript / JSX  \n- React Hooks  \n- React Native Animated API\n\n\u003c/br\u003e\n\n## 📹 Demo\nhttps://github.com/user-attachments/assets/e85f7575-0bed-4df6-b64e-b10cabaacf19\n\n\n\n\u003cbr/\u003e\n\n## About Me \n✨ I’m **Sufyan bin Uzayr**, an open-source developer passionate about building and sharing meaningful projects.\nYou can learn more about me and my work at [sufyanism.com](https://sufyanism.com/) or connect with me on [Linkedin](https://www.linkedin.com/in/sufyanism)\n\n\u003c/br\u003e\n\n## Your all-in-one learning hub! \n🚀 Explore courses and resources in coding, tech, and development at **zeba.academy** and **code.zeba.academy**. Empower yourself with practical skills through curated tutorials, real-world projects, and hands-on experience. Level up your tech game today! 💻✨\n\n\u003c/br\u003e\n\n**Zeba Academy**  is a learning platform dedicated to **coding**, **technology**, and **development**.  \n➡ Visit our main site: [zeba.academy](https://zeba.academy)   \u003c/br\u003e\n➡ Explore hands-on courses and resources at: [code.zeba.academy](https://code.zeba.academy)   \u003c/br\u003e\n➡ Check out our YouTube for more tutorials: [zeba.academy](https://www.youtube.com/@zeba.academy)  \u003c/br\u003e\n➡ Follow us on Instagram: [zeba.academy](https://www.instagram.com/zeba.academy/)  \u003c/br\u003e\n\n\u003c/br\u003e\n\n**Thank you for visiting!** \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsufyanism%2Fgallery-application-in-react-native","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsufyanism%2Fgallery-application-in-react-native","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsufyanism%2Fgallery-application-in-react-native/lists"}