Skip to content

Commit 99c8e3e

Browse files
Update README.md
1 parent a9d2db6 commit 99c8e3e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,11 +283,18 @@ This is to prevent the need to press 2 times before save or close button in moda
283283

284284
## Android Caveats
285285

286+
287+
286288
You will need to add a polyfill for the Intl API on Android if:
287289

288290
- You have [Hermes](https://github.com/facebook/hermes/issues/23) enabled
289291
- 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
290292

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!
295+
296+
But for now.
297+
291298
Install polyfills with Yarn
292299

293300
```

0 commit comments

Comments
 (0)