{"id":17966088,"url":"https://github.com/sumer16/oscuro","last_synced_at":"2026-04-17T01:32:00.966Z","repository":{"id":260033426,"uuid":"879516905","full_name":"Sumer16/oscuro","owner":"Sumer16","description":"Oscuro is a Obscura like app developed using React Native \u0026 Expo. It gives pro camera functionalities to a device's camera by using the popular React Native Vision Camera package.","archived":false,"fork":false,"pushed_at":"2024-11-17T06:24:14.000Z","size":342,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T08:42:14.948Z","etag":null,"topics":["android","expo","ios","native-modules","react-native","react-native-vision-camera"],"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/Sumer16.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-10-28T03:50:56.000Z","updated_at":"2025-01-17T16:20:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"525b094f-2eff-4b8b-8552-1d471f6fb406","html_url":"https://github.com/Sumer16/oscuro","commit_stats":{"total_commits":14,"total_committers":1,"mean_commits":14.0,"dds":0.0,"last_synced_commit":"de79cf882b413197c4d47da67d1efeebae1f0e8a"},"previous_names":["sumer16/oscuro"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sumer16%2Foscuro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sumer16%2Foscuro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sumer16%2Foscuro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sumer16%2Foscuro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sumer16","download_url":"https://codeload.github.com/Sumer16/oscuro/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247073122,"owners_count":20879002,"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","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":["android","expo","ios","native-modules","react-native","react-native-vision-camera"],"created_at":"2024-10-29T13:07:36.259Z","updated_at":"2026-04-17T01:32:00.931Z","avatar_url":"https://github.com/Sumer16.png","language":"TypeScript","readme":"# Oscuro | Obscura clone\n![Expo Version](https://img.shields.io/github/package-json/dependency-version/Sumer16/oscuro/expo?label=expo)\n\nThis is an [Expo](https://expo.dev) project created with [`create-expo-app`](https://www.npmjs.com/package/create-expo-app).\n\n## About Oscuro\n\nOscuro is a Obscura clone developed using React Native \u0026 Expo. It gives pro camera functionalities to a device's camera for taking photos \u0026 videos by using the popular React Native Vision Camera package. It works on both iOS \u0026 Android.\n\n\u003c!--\n## Screenshots\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\n      \u003cimg src=\"./dessin-1.png\" width=250 height=544 alt=\"First Screenshot\" /\u003e\n    \u003c/td\u003e\n    \u003ctd\u003e\n      \u003cimg src=\"./dessin-2.png\" width=250 height=544 alt=\"Second Screenshot\" /\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n--\u003e\n\n## Installation\n\n__Before you start the installation just a little note, this app only runs on a real device since it makes use of the camera, to do so make a dev build and run it on a real device.__\n\n### Clone the repository\nTo get started, you'll need to clone this repository to your local machine. You can do this by running the following in the command line:\n\n```bash \ngit clone https://github.com/Sumer16/dessin.git \n```\n\n### Install dependencies\n\nOnce you've cloned the repository, navigate to the project directory and run npm/yarn install to install all the necessary dependencies.\n\n```bash\ncd dessin\nnpm install\n```\n\n### Run the App\n\nAfter the dependencies have been installed, you can run the app in dev mode by running:\n\n```bash\nnpx 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\nOpen your app in the [Expo Go app](https://expo.io) on your phone to view it. It will reload if you save edits to your files, and you will see build errors and logs in the terminal.\n\nIf you want to run your application on an iOS simulator or a trusted iOS device then use these commands:\n\n```bash\nnpx expo start --ios\n```\n\nIf you want to run your application on an Android emulator or a connected device then use these commands:\n\n```bash\nnpx expo start --android\n```\n\nIf you want to run your application on the web then use these commands:\n\n```bash\nnpx expo start --web\n```\n\nThese commands are like `npm start` / `yarn start`, but attempts to open your app on a connected Android/iOS device or emulator/simulator or also on the web.\n\nNOTE: If you want to use these commands to run or deploy your app on a real device/hosting platform you will need to add a [development build](https://docs.expo.dev/develop/development-builds/introduction/) for each platform.\n\n## Learn more\n\nTo learn more about developing your own project with Expo, look at the following resources:\n\n- [Expo documentation](https://docs.expo.dev/): Learn fundamentals, or go into advanced topics with their [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","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsumer16%2Foscuro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsumer16%2Foscuro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsumer16%2Foscuro/lists"}