react-native-responsive-dimensions
react-native-responsive-dimensions copied to clipboard
Fix deprecation warning for `removeEventListener`
- Was getting a ton of deprecation warnings, eventually tracked things down to this library! Hope this PR makes sense, and thank you for maintaining this!
They removed removeEventListener. Every time I hit Ctrl + S, app crashes because of it. This PR should be merged.