Skip to content

Commit

Permalink
Merge pull request #51456 from callstack-internal/perf/remove-formatj…
Browse files Browse the repository at this point in the history
…s-polyfill

Remove date time format polyfil
  • Loading branch information
mountiny authored Oct 29, 2024
2 parents 5e8ae53 + 20ffd75 commit 2463bf7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/libs/IntlPolyfill/index.ios.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import polyfillDateTimeFormat from './polyfillDateTimeFormat';
import polyfillListFormat from './polyfillListFormat';
import polyfillNumberFormat from './polyfillNumberFormat';
import type IntlPolyfill from './types';
Expand All @@ -21,10 +20,6 @@ const intlPolyfill: IntlPolyfill = () => {
// see: https://github.com/facebook/hermes/issues/1172#issuecomment-1776156538
polyfillNumberFormat();

// Required to polyfill DateTimeFormat on iOS
// see: https://github.com/facebook/hermes/issues/1172#issuecomment-1776156538
polyfillDateTimeFormat();

polyfillListFormat();
};

Expand Down

0 comments on commit 2463bf7

Please sign in to comment.