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
## 📜 Description
Bump `react-native-is-edge-to-edge` as it breaks web (webpack)
compatibility.
## 💡 Motivation and Context
There was a problem because `web` was resolving `index.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
<!-- High level overview of important changes -->
<!-- For example: fixed status bar manipulation; added new types
declarations; -->
<!-- If your changes don't affect one of platform/language below - then
remove this platform/language -->
### JS
- bump `react-native-is-edge-to-edge` to `1.1.6`;
## 🤔 How Has This Been Tested?
Tested manually on webpack app.
## 📸 Screenshots (if appropriate):
<img width="2141" alt="image"
src="https://github.com/user-attachments/assets/0a2f12ef-eb06-4b63-8d4b-53826c677585">
## 📝 Checklist
- [x] CI successfully passed
- [x] I added new mocks and corresponding unit-tests if library API was
changed
0 commit comments