diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-02-23 16:42:52 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-02-23 16:42:52 -0600 |
commit | b4f2a6979afeeb6b0b29bbf668d61b23b65b47ec (patch) | |
tree | a73e44e25ff163b5668b64369fe1e3af11ac0b7f /index.js | |
parent | 4182edfd7e3333fcf31b94f2f091fe143945b809 (diff) | |
download | voidsky-b4f2a6979afeeb6b0b29bbf668d61b23b65b47ec.tar.zst |
Add setImmediate polyfill to web, fixing dropdown items
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' |