diff --git a/Examples/VideoPlayer/index.android.js b/Examples/VideoPlayer/index.android.js index c5a000a5..95bda64c 100644 --- a/Examples/VideoPlayer/index.android.js +++ b/Examples/VideoPlayer/index.android.js @@ -1,6 +1,6 @@ 'use strict'; -import { +import React, { Component } from 'react';