kirillzyusko / react-native-keyboard-controller

Keyboard manager which works in identical way on both iOS and Android
https://kirillzyusko.github.io/react-native-keyboard-controller/
MIT License
1.78k stars 81 forks source link

fix: web compatibility #666

Closed kirillzyusko closed 1 month ago

kirillzyusko commented 1 month ago

📜 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:

image

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

🤔 How Has This Been Tested?

Tested manually on webpack app.

📸 Screenshots (if appropriate):

image

📝 Checklist

github-actions[bot] commented 1 month ago

📊 Package size report

Current size Target Size Difference
158537 bytes 158537 bytes 0 bytes 📉