Added React import to android VideoPlayer Example

Import for React was missing in index.android.js of VideoPlayer, without which the example would not run.
This commit is contained in:
James Stavros 2016-05-26 23:57:02 -05:00
parent 1c07048b7b
commit f95db3a6d7

View File

@ -1,6 +1,6 @@
'use strict';
import {
import React, {
Component
} from 'react';