
Research
2025 Report: Destructive Malware in Open Source Packages
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.
image360viewer
Advanced tools
People 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.
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.
Image360Viewer loads a sequence of images that rotates with a user touch interaction. See an example of vector images:

Install the library using:
yarn add image360viewer
Image360Viewer requires that you install react-native-svg.
import { Image360viewer } from 'image360viewer';
export default function App() {
return (
<Image360viewer
images={images360}
width={300}
cursorIcon={<Image source={directionsImg} style={styles.icon} />}
/>
)
}
Image360viewer has the following properties:
| Property | Description |
|---|---|
height?: number | Image height default is 250. |
width?: number | Image width default is 250. |
images: string[] | Array images to rotate. |
resizeMode?: ImageResizeMode | Image display mode. Default is contain. |
rotationRatio?: number | The drag distance compares to 180 degree. |
cursorSize?: number | Text |
cursorIcon?: ReactNode | Content or icon. |
primaryColor?: string | First color of the gradient line. The value default is "#DA0000" |
secondaryColor?: string | Second color of the gradient line. The value default is "#EA8C8A" |
stopColor?: string | End color of the gradient line. The value default is "#FFF" |
View a demo at Expo Web:
Obrigado por estar interessado em tornar este pacote melhor. Encorajamos todos a ajudar a melhorar este projeto com novos recursos, correções de bugs e melhorias de desempenho.
MIT License © Rodrigo Gonçalves
FAQs
The 360 image viewer for react native
The npm package image360viewer receives a total of 3 weekly downloads. As such, image360viewer popularity was classified as not popular.
We found that image360viewer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.

Research
/Security News
A five-month operation turned 27 npm packages into durable hosting for browser-run lures that mimic document-sharing portals and Microsoft sign-in, targeting 25 organizations across manufacturing, industrial automation, plastics, and healthcare for credential theft.