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
Typing in TextInput in Mac Catalyst could in certain cases cause crash on new arch, due to how new arch handles event emitter attributes (and Mac Catalyst I guess requiring attributes be serializable, unlike iOS). Fixes for iOS in 0.76.3 around including these emitters more often made this crash happen universally. Above commit works around the issue by disabling problematic functionality in new arch.
The text was updated successfully, but these errors were encountered:
NickGerleman
changed the title
[0.76] Fix Mac Catalyst Crash with TextInput in New Arch
[0.76-] Fix Mac Catalyst Crash with TextInput in New Arch
Dec 13, 2024
NickGerleman
changed the title
[0.76-] Fix Mac Catalyst Crash with TextInput in New Arch
[0.76, 0.77] Fix Mac Catalyst Crash with TextInput in New Arch
Dec 13, 2024
NickGerleman
changed the title
[0.76, 0.77] Fix Mac Catalyst Crash with TextInput in New Arch
[0.76] Fix Mac Catalyst Crash with TextInput in New Arch
Dec 13, 2024
Target Branch(es)
0.76
Link to commit or PR to be picked
facebook/react-native@e04738b
Description
Issue: facebook/react-native#47762
Typing in TextInput in Mac Catalyst could in certain cases cause crash on new arch, due to how new arch handles event emitter attributes (and Mac Catalyst I guess requiring attributes be serializable, unlike iOS). Fixes for iOS in 0.76.3 around including these emitters more often made this crash happen universally. Above commit works around the issue by disabling problematic functionality in new arch.
The text was updated successfully, but these errors were encountered: