UNPKG

react-native-360

Version:

React Native 360 exploits Google VR Cardboard SDK to load and display 360-degree panoramic photos and to define a view that renders a 360 video using OpenGL

14 lines (12 loc) 277 B
/* * @Author: tiero * @Date: 2017-01-05 17:38:48 * @Last Modified by: tiero * @Last Modified time: 2017-01-06 19:11:35 */ import PanoramaView from './components/GVRPanorama' import VideoView from './components/GVRVideo' module.exports = { PanoramaView, VideoView }