mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-30 01:16:24 +00:00
committed by
Nicolas Gallagher
parent
cc0439299e
commit
8cf720f0e5
@@ -10,7 +10,11 @@
|
||||
|
||||
import dismissKeyboard from '../../modules/dismissKeyboard';
|
||||
|
||||
// in the future we can use https://github.com/w3c/virtual-keyboard
|
||||
const Keyboard = {
|
||||
isVisible(): boolean {
|
||||
return false;
|
||||
},
|
||||
addListener(): {| remove: () => void |} {
|
||||
return { remove: () => {} };
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user