diff options
Diffstat (limited to 'index.js')
-rw-r--r-- | index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/index.js b/index.js index 2d2c9ca44..1a6b21964 100644 --- a/index.js +++ b/index.js @@ -2,6 +2,7 @@ * @format */ +import 'platform/polyfills' import {AppRegistry} from 'react-native' import App from './src/App' import {name as appName} from './src/app.json' |