We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following code stopped working in 0.26.0-rc:
DeviceEventEmitter.addListener('keyboardWillShow', () => console.log('will show'));
I suspect it is because this commit is needed in some way for this release: e72163f
When I added init manually in RCTKeyboardObserver.m, the events started firing again.
init
RCTKeyboardObserver.m
The text was updated successfully, but these errors were encountered:
Hit this issue too, good catch. I added the commit to the list to cherry pick in 0.26.
Sorry, something went wrong.
@sjmueller I think you can close this issue..
Roger that!
No branches or pull requests
The following code stopped working in 0.26.0-rc:
I suspect it is because this commit is needed in some way for this release:
e72163f
When I added
init
manually inRCTKeyboardObserver.m
, the events started firing again.The text was updated successfully, but these errors were encountered: