Closed kirillzyusko closed 1 month ago
Bump react-native-is-edge-to-edge as it breaks web (webpack) compatibility.
react-native-is-edge-to-edge
There was a problem because web was resolving index.mjs, which had a reference ti TurboModule and crashed the app:
web
index.mjs
It was fixed in 1.1.6 - all extensions were removed and files were named correspondingly. So now all files can be properly resolved 😊
1.1.6
Tested manually on webpack app.
📜 Description
Bump
react-native-is-edge-to-edge
as it breaks web (webpack) compatibility.💡 Motivation and Context
There was a problem because
web
was resolvingindex.mjs
, which had a reference ti TurboModule and crashed the app:It was fixed in
1.1.6
- all extensions were removed and files were named correspondingly. So now all files can be properly resolved 😊📢 Changelog
JS
react-native-is-edge-to-edge
to1.1.6
;🤔 How Has This Been Tested?
Tested manually on webpack app.
📸 Screenshots (if appropriate):
📝 Checklist