Skip to content

Commit

Permalink
fix doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MarceloPrado committed Feb 23, 2024
1 parent cffb955 commit f778cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/docs/fundamentals/tips-and-tricks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Flash Calendar uses `Intl` primitives to format dates in a locale-aware way.
JavaScriptCore (`jsc`), the legacy React Native JS runtime, doesn't support `Intl` out of the
box on Android.

It's highly advised to upgrade to`Hermes`, the new default JS runtime ([more on that](https://reactnative.dev/docs/hermes)). Besides better performance, it also supports the `Intl` primitives Flash Calendar uses. For Expo, update your `app.json` to use `hermes`:
It's highly advised to upgrade to `Hermes`, the new default JS runtime ([more on that](https://reactnative.dev/docs/hermes)). Besides better performance, it also supports the `Intl` primitives Flash Calendar uses. For Expo, update your `app.json` to use `hermes`:

```json
{
Expand Down

0 comments on commit f778cd6

Please sign in to comment.