Merge pull request #229 from JimmyStavros/patch-1

Added React import to android VideoPlayer Example
This commit is contained in:
Stanisław Chmiela 2016-06-08 11:06:48 +02:00
commit f726d78d27

View File

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