react-native-webview / react-native-webview

React Native Cross-Platform WebView
https://github.com/react-native-community/discussions-and-proposals/pull/3
MIT License
6.31k stars 2.96k forks source link

fix(iOS): replace nullish coalescing operator for older iOS versions #3388

Closed kowoohyuk closed 1 month ago

kowoohyuk commented 2 months ago

During my recent work with react-native-webview, I encountered an issue with the postMessage function not functioning correctly on older iOS devices, notably iOS 13.7. Upon investigation, it became apparent that this issue stems from the WKUserScript initialization code changed in react-native-webview 13.8 (#3157)

Considering that iOS versions 13.7 and below do not support the Nullish coalescing assignment (??=) operator, I propose exploring alternatives to this operator for compatibility purposes. Your review and feedback on this matter would be greatly appreciated.

Thank you!

react-native-community-bot commented 1 month ago

:tada: This PR is included in version 13.10.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: