require spatial nav polyfill moved to App

This commit is contained in:
NikolaBorislavovHristov 2019-09-24 23:46:24 +03:00
parent 002ae5fa4b
commit 98e4c0ab5e
2 changed files with 1 additions and 2 deletions

View file

@ -1,3 +1,4 @@
require('spatial-navigation-polyfill');
const React = require('react');
const { Router } = require('stremio-router');
const { Core, KeyboardNavigation, ServicesProvider, Shell } = require('stremio/services');

View file

@ -1,5 +1,3 @@
require('spatial-navigation-polyfill');
const TABS = [
{ href: '#/', key: 'F1' },
{ href: '#/discover', key: 'F2' },