BabylonReactNative icon indicating copy to clipboard operation
BabylonReactNative copied to clipboard

BabylonReactNative should support keyboard input

Open chrisfromwork opened this issue 4 years ago • 2 comments

Right now BabylonNative.h doesn't expose anything to submit key presses to the js engine.

chrisfromwork avatar May 07 '21 22:05 chrisfromwork

Note this work requires the following: https://github.com/BabylonJS/BabylonNative/issues/1143

chrisfromwork avatar May 07 '21 23:05 chrisfromwork

Right now BabylonNative.h doesn't expose anything to submit key presses to the js engine.

I know this feature is still missing but I'm currently working on a library (rxn-input) that intends to use the same API for React or React Native to handle keyboard input, it's not even half ready yet but if you're interested in a slightly more stable library for React Native I recommend react-native-keyevent.

gomes042 avatar Jul 26 '22 23:07 gomes042