magicismight / react-native-root-toast

react native toast like component, pure javascript solution
MIT License
2.05k stars 404 forks source link

Keyboard.removeListener is not a function #146

Closed snashug closed 2 years ago

snashug commented 2 years ago

Hello, since React native 0.65 I get this error reported in the Google Play Console:

com.facebook.react.common.JavascriptException: TypeError: f.Keyboard.removeListener is not a function. (In 'f.Keyboard.removeListener('keyboardDidChangeFrame',e._keyboardDidChangeFrame)', 'f.Keyboard.removeListener' is undefined) This error is located at: in ToastContainer

The error occurs in the ToastContainer.js in the mount function