{"id":13402935,"url":"https://github.com/orodrigogo/image360viewer","last_synced_at":"2025-10-16T19:29:14.524Z","repository":{"id":43263633,"uuid":"399061802","full_name":"orodrigogo/image360viewer","owner":"orodrigogo","description":"📱⚛ 🔄 The Image360Viewer has support for React Native CLI and Expo. This library allows the user to explore and have the freedom to view all product details in 360 degrees.","archived":false,"fork":false,"pushed_at":"2021-08-25T18:53:50.000Z","size":7506,"stargazers_count":132,"open_issues_count":0,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-26T19:27:12.753Z","etag":null,"topics":["360-photo","360-view","react-native","rotate","rotate-image","rotation"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/image360viewer","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/orodrigogo.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}},"created_at":"2021-08-23T10:30:28.000Z","updated_at":"2025-05-17T15:03:06.000Z","dependencies_parsed_at":"2022-09-14T01:00:47.959Z","dependency_job_id":null,"html_url":"https://github.com/orodrigogo/image360viewer","commit_stats":null,"previous_names":["orodrigogo/image360viewer","rodrigorgtic/image360viewer"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/orodrigogo/image360viewer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orodrigogo%2Fimage360viewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orodrigogo%2Fimage360viewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orodrigogo%2Fimage360viewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orodrigogo%2Fimage360viewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orodrigogo","download_url":"https://codeload.github.com/orodrigogo/image360viewer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orodrigogo%2Fimage360viewer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272873237,"owners_count":25007490,"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-08-30T02:00:09.474Z","response_time":77,"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":["360-photo","360-view","react-native","rotate","rotate-image","rotation"],"created_at":"2024-07-30T19:01:23.103Z","updated_at":"2025-10-16T19:29:14.452Z","avatar_url":"https://github.com/orodrigogo.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"\u003cimg src=\".github/assets/header.png\" width=\"100%\"\u003e\n\n\n- [📚 About](#about)\n- [🗺 Getting started](#getting-started)\n- [🎉 Usage](#usage)\n- [📘 Properties](#properties)\n- [📱 Demo](#demo)\n- [👏 Contributing](#contributing)\n- [💜 License](#license)\n  \n\u003cp align=\"center\"\u003e\n  \u003cimg src=\".github/assets/previewapp.gif\" height=\"400\"\u003e\n\u003c/p\u003e\n\n\n## About\nPeople want to see all the details of a product before they buy it. Being able to view and explore the product gives the user a trusted experience and connects the user with the product. There are cases where a static image cannot demonstrate all the details of the product. \n\nThe `Image360Viewer` has support for `React Native CLI` and `Expo`. This library allows the user to explore and have the freedom to view all product details in 360 degrees.\n\n\nImage360Viewer loads a sequence of images that rotates with a user touch interaction. See an example of vector images:\n\n![Vector Images](.github/assets/vector-images.png)\n\n\n## Getting started\nInstall the library using:\n\n```sh\nyarn add image360viewer\n```\n\n\n_Image360Viewer requires that you install [`react-native-svg`](https://github.com/react-native-svg/react-native-svg)._\n\n\n## Usage\n\n```ts\nimport { Image360viewer } from 'image360viewer';\n\nexport default function App() {\n  return (\n    \u003cImage360viewer\n      images={images360}\n      width={300}\n      cursorIcon={\u003cImage source={directionsImg} style={styles.icon} /\u003e}\n    /\u003e\n  )\n}\n```\n\n\n## Properties\n\nImage360viewer has the following properties:\n\n| Property                       | Description                               |\n| :-----------                   | :----------                               |\n| `height?: number`              | Image height default is 250.              |\n| `width?: number`               | Image width default is 250.               |\n| `images: string[]`             | Array images to rotate.                 |\n| `resizeMode?: ImageResizeMode` | Image display mode. Default is contain.   |\n| `rotationRatio?: number`       | The drag distance compares to 180 degree. |\n| `cursorSize?: number`          | Text                                      |\n| `cursorIcon?: ReactNode`       | Content or icon.                          |\n| `primaryColor?: string`        | First color of the gradient line. The value default is \"#DA0000\"  |\n| `secondaryColor?: string`      | Second color of the gradient line. The value default is \"#EA8C8A\" |\n| `stopColor?: string`           | End color of the gradient line. The value default is \"#FFF\"       |\n\n\n## Demo\nClick this link to view a example at Expo Web: [Image360viewer Example](https://expo.dev/@rodrigogsantana/Image360viewer-demo)\n\n\n## Contributing \n\nThanks for being interested in making this package better. We encourage everyone to help improve this project with new features, bug fixes and performance improvements.\n\n## License\n\nMIT License © [Rodrigo Gonçalves](https://github.com/rodrigorgtic)\n\n\n[![Linkedin Badge](https://img.shields.io/badge/-Linkedin-6633cc?style=flat-square\u0026logo=Linkedin\u0026logoColor=white\u0026link=https://www.linkedin.com/in/rodrigo-gon%C3%A7alves-santana/)](https://www.linkedin.com/in/rodrigo-gon%C3%A7alves-santana/) \n[![Instagram Badge](https://img.shields.io/badge/-Instagram-6633cc?style=flat-square\u0026labelColor=6633cc\u0026logo=instagram\u0026logoColor=white\u0026link=https://www.instagram.com/rodrigo.goncalves.s/)](https://www.instagram.com/rodrigo.goncalves.s/) \n[![Twitter Badge](https://img.shields.io/badge/-Twitter-6633cc?style=flat-square\u0026logo=Twitter\u0026logoColor=white\u0026link=https://twitter.com/rodrigogsdev)](https://twitter.com/rodrigogsdev) \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forodrigogo%2Fimage360viewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forodrigogo%2Fimage360viewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forodrigogo%2Fimage360viewer/lists"}