You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -283,11 +283,18 @@ This is to prevent the need to press 2 times before save or close button in moda
283
283
284
284
## Android Caveats
285
285
286
+
287
+
286
288
You will need to add a polyfill for the Intl API on Android if:
287
289
288
290
- You have [Hermes](https://github.com/facebook/hermes/issues/23) enabled
289
291
- You have [Hermes](https://github.com/facebook/hermes/issues/23) disabled and you want to support locales outside of en-US and you don't have the org.webkit:android-jsc-intl:+ variant enabled in your app/build.gradle
290
292
293
+
294
+
*update*: [Hermes is planning on native Intl support in version 0.65!](https://github.com/facebook/hermes/issues/23#issuecomment-816126715) when that's released we won't need any polyfills anymore!
0 commit comments