Skip to content
New issue

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

[0.26.0-rc] Keyboard events not firing #7460

Closed
sjmueller opened this issue May 9, 2016 · 3 comments
Closed

[0.26.0-rc] Keyboard events not firing #7460

sjmueller opened this issue May 9, 2016 · 3 comments
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@sjmueller
Copy link
Contributor

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.

@janicduplessis
Copy link
Contributor

Hit this issue too, good catch. I added the commit to the list to cherry pick in 0.26.

@rturk
Copy link

rturk commented Jul 18, 2016

@sjmueller I think you can close this issue..

@sjmueller
Copy link
Contributor Author

Roger that!

@facebook facebook locked as resolved and limited conversation to collaborators Jul 19, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

4 participants