about summary refs log tree commit diff
path: root/index.web.js
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-02-23 16:42:52 -0600
committerPaul Frazee <pfrazee@gmail.com>2023-02-23 16:42:52 -0600
commitb4f2a6979afeeb6b0b29bbf668d61b23b65b47ec (patch)
treea73e44e25ff163b5668b64369fe1e3af11ac0b7f /index.web.js
parent4182edfd7e3333fcf31b94f2f091fe143945b809 (diff)
downloadvoidsky-b4f2a6979afeeb6b0b29bbf668d61b23b65b47ec.tar.zst
Add setImmediate polyfill to web, fixing dropdown items
Diffstat (limited to 'index.web.js')
-rw-r--r--index.web.js1
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'