Files
Rob Hogan 6e128d707d Fix Android JSC compatibility - replaceAll -> replace
Summary:
JSC for Android does not implement `String.prototype.replaceAll`:

 {F1971791988} 

https://github.com/facebook/react-native/pull/47466 introduced a use of it into runtime code, breaking JSC compatibility.

This.. replaces it.. with `replace`. Since the argument is already a regex with a `g` modifier, `replaceAll` wasn't necessary anyway.

Changelog:
[ANDROID][FIXED] Fix JSC by avoiding use of unavailable `str.replaceAll()`

Differential Revision: D66712312
2024-12-03 10:56:32 -08:00
..
2024-09-12 09:23:23 -07:00
2024-12-02 03:22:32 -08:00
2024-09-12 09:23:23 -07:00
2024-09-12 09:23:23 -07:00
2024-09-12 09:23:23 -07:00
2024-09-12 09:23:23 -07:00