@s20.ai/safecam-360-rn
Version:
A React Native component to view the interior panorama and exterior 360 degree views of a product featuring suppport for hotspots. Compatible with Android and iOS
37 lines (24 loc) • 891 B
Markdown
```
npm install @s20.ai/safecam-360-rn
```
```js
import {Safecam360} from "@s20.ai/safecam-360-rn"
const MySafecam360 = () => {
return(
<Safecam360/
interiorData={interiorData}
exteriorData={exteriorData}
>
)
}
export default MySafecam360
```
To allow for high levels of customisation, we add new features on a regular basis. Due to this, the prop structure has become quite extensive and requires documentation of its own.
[](https://docs.s20.ai/safecam360/#common-props)
Before opening up a new issue, make sure you read through the known limitations list.
[](https://docs.s20.ai/safecam360/mobile/#known-limitations)
Written by [Jaimish Ashar](https://www.linkedin.com/in/jaimish-ashar/) at [S20.ai](https://www.s20.ai/)