Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Commit

Permalink
Export BasicVideoPlayer and setCustomizedVideoPlayer
Browse files Browse the repository at this point in the history
Summary: `setCustomizedVideoPlayer` offers a way for user to use a customized video player to play video, the customized video player should extends `BasicVideoPlayer`. Export them.

Reviewed By: andrewimm

Differential Revision: D4939536

fbshipit-source-id: 64b81e7
  • Loading branch information
larrylin28 authored and facebook-github-bot committed Apr 25, 2017
1 parent c36a921 commit 8f77129
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ReactVR/ReactVR.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import bundleFromRoot from './js/bundleFromRoot';
import createRootView from './js/createRootView';
import Module from './js/Modules/Module';
import VRInstance from './js/VRInstance';
import {BasicVideoPlayer, setCustomizedVideoPlayer} from './js/Video/OVRVideo';

import {ReactNativeContext} from './js/ReactNativeContext';

Expand All @@ -23,3 +24,5 @@ export {createRootView};
export {Module};
export {ReactNativeContext};
export {VRInstance};
export {BasicVideoPlayer};
export {setCustomizedVideoPlayer};

0 comments on commit 8f77129

Please sign in to comment.