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