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