Using Intl.formatList in Expo
I'm using
expo-localization
and react-intl
together in order to try to use formatList
.
I have in my babel.config.js
:
In my template:
My _layout.tsx
is wrapped in <IntlProvider locale="en">
.
I get the following error:
I was under the (probably mistaken) impression that I do not need to polyfill when using expo-localization
. What am I missing? Also saw some notes on changing the jsc flavor to intl+ for Android, but again, not sure if that's necessary.0 Replies