Unconditionally polyfill Intl.PluralRules for native (#4554)
* Revert "Fix Android startup perf regression (#4544)"
This reverts commit e6213d7aa5
.
* Force polyfill
This commit is contained in:
parent
f142339e06
commit
08cfb09589
5 changed files with 1 additions and 60 deletions
|
@ -1,5 +1,5 @@
|
|||
import '@formatjs/intl-locale/polyfill'
|
||||
import '@formatjs/intl-pluralrules/polyfill'
|
||||
import '@formatjs/intl-pluralrules/polyfill-force' // Don't remove -force because detection is very slow
|
||||
import '@formatjs/intl-pluralrules/locale-data/en'
|
||||
|
||||
import {useEffect} from 'react'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue