JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q58068F
  • License UNLICENSED

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

Package Exports

  • @s20.ai/safecam-360-rn-v2
  • @s20.ai/safecam-360-rn-v2/src/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@s20.ai/safecam-360-rn-v2) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Usage

npm install @s20.ai/safecam-360-rn-v2
import {Safecam360} from "@s20.ai/safecam-360-rn-v2"

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

Known limitations

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

Documentation for known limitations

Credits

Written by Jaimish Ashar at S20.ai