# Usage 

```
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 
```

# Props

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.

[Documentation for props](https://docs.s20.ai/safecam360/#common-props)

# Known limitations

Before opening up a new issue, make sure you read through the known limitations list. 

[Documentation for known limitations](https://docs.s20.ai/safecam360/mobile/#known-limitations)

# Credits

Written by [Jaimish Ashar](https://www.linkedin.com/in/jaimish-ashar/) at [S20.ai](https://www.s20.ai/)

