Add setImmediate polyfill to web, fixing dropdown items
This commit is contained in:
parent
4182edfd7e
commit
b4f2a6979a
5 changed files with 6 additions and 2 deletions
1
index.js
1
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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue