{"id":15019774,"url":"https://github.com/twinger/react-native-zoom-layout","last_synced_at":"2025-06-24T06:02:35.333Z","repository":{"id":57341707,"uuid":"150577175","full_name":"twinger/react-native-zoom-layout","owner":"twinger","description":"React Native Zoom Layout ","archived":false,"fork":false,"pushed_at":"2018-09-27T14:31:21.000Z","size":8,"stargazers_count":15,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-29T23:42:44.149Z","etag":null,"topics":["react-native","zoom-layout","zoom-view"],"latest_commit_sha":null,"homepage":null,"language":"Java","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/twinger.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}},"created_at":"2018-09-27T11:37:57.000Z","updated_at":"2019-01-11T06:58:50.000Z","dependencies_parsed_at":"2022-09-16T02:50:28.252Z","dependency_job_id":null,"html_url":"https://github.com/twinger/react-native-zoom-layout","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twinger%2Freact-native-zoom-layout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twinger%2Freact-native-zoom-layout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twinger%2Freact-native-zoom-layout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twinger%2Freact-native-zoom-layout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/twinger","download_url":"https://codeload.github.com/twinger/react-native-zoom-layout/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237999764,"owners_count":19399938,"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":["react-native","zoom-layout","zoom-view"],"created_at":"2024-09-24T19:54:03.137Z","updated_at":"2025-02-09T18:31:34.819Z","avatar_url":"https://github.com/twinger.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# react-native-zoom-layout\n\n## Getting started\n\n`$ npm install react-native-zoom-layout --save`\n\n### Mostly automatic installation\n\n`$ react-native link react-native-zoom-layout`\n\n### Manual installation\n\n#### Android\n\n1. Open up `android/app/src/main/java/[...]/MainApplication.java`\n  - Add `import co.twinger.zoomlayout.RNZoomLayoutPackage;` to the imports at the top of the file\n  - Add `new RNZoomLayoutPackage()` to the list returned by the `getPackages()` method\n2. Append the following lines to `android/settings.gradle`:\n  \t```\n  \tinclude ':react-native-zoom-layout'\n  \tproject(':react-native-zoom-layout').projectDir = new File(rootProject.projectDir, \t'../node_modules/react-native-zoom-layout/android')\n  \t```\n3. Insert the following lines inside the dependencies block in `android/app/build.gradle`:\n  \t```\n      compile project(':react-native-zoom-layout')\n  \t```\n\n## Usage\n```javascript\nimport ZoomLayout from 'react-native-zoom-layout';\n\n\u003cZoomLayout\n\tref={ref =\u003e this.zoomLayout = ref}\n\tminZoom={1}\n\tmaxZoom={10}\n\tstyle={{}}\u003e\n\n\t\t//your view\n\u003c/ZoomLayout\u003e\n\n```\n  ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwinger%2Freact-native-zoom-layout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftwinger%2Freact-native-zoom-layout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwinger%2Freact-native-zoom-layout/lists"}