Skip to content

roxanamuntian/react-native-keyboard-event

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-keyboard-event

npm npm

react-native keyboard event for android & iOS


import KeyListener from 'react-native-keyboard-event';

KeyListener
	.show(onkeyboardShow)
	.hide(onkeyboardHide);

// Note
// event name is up to platform
KeyListener.hideEvent;
KeyListener.showEvent;

About

react-native keyboard event for android & iOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%