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:
parent
1c07048b7b
commit
f95db3a6d7
@ -1,6 +1,6 @@
|
|||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
import {
|
import React, {
|
||||||
Component
|
Component
|
||||||
} from 'react';
|
} from 'react';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user