Add setImmediate polyfill to web, fixing dropdown items

This commit is contained in:
Paul Frazee 2023-02-23 16:42:52 -06:00
parent 4182edfd7e
commit b4f2a6979a
5 changed files with 6 additions and 2 deletions

View file

@ -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'