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
Update react-native-is-edge-to-edge to 1.1.3 (#663)
## 📜 Description
This PR update react-native-is-edge-to-edge to 1.1.3.
## 💡 Motivation and Context
There's an issue with module resolution when new architecture is
enabled: platforms extensions (`index.android.js`) are not resolved for
dependencies. I had to switch the package implementation to use
`index.js` + `index.web.js` instead.
## 📢 Changelog
- Update react-native-is-edge-to-edge to 1.1.3
## 🤔 How Has This Been Tested?
- Tested on old and new architecture
## 📝 Checklist
- [ ] CI successfully passed
- [ ] I added new mocks and corresponding unit-tests if library API was
changed
0 commit comments