We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Hello,
First of all thank you for this lib. I did not manage to make it work. When I press on a key, nothing happens :
Here is my relevant code :
<Keyboard textInput={this.myTextInput} onInput={this.handleInput} inputType="textPassword" keyboardContainerStyle={{backgroundColor: "black", borderWidth: 0}} keyboardButtonPressStyle={{backgroundColor: "blue"}} />
...
handleInput = (text) => { console.log("hi") console.log(text) this.setState({inputValue: text}) }
I use Expo 35 and issue both on ios and android
What did I miss ?
Thank you,
The text was updated successfully, but these errors were encountered:
Same thing at me.
Sorry, something went wrong.
No branches or pull requests
Hello,
First of all thank you for this lib.
I did not manage to make it work. When I press on a key, nothing happens :
Here is my relevant code :
this.myTextInput = ref} value={this.state.inputValue} /><Keyboard
textInput={this.myTextInput}
onInput={this.handleInput}
inputType="textPassword"
keyboardContainerStyle={{backgroundColor: "black", borderWidth: 0}}
keyboardButtonPressStyle={{backgroundColor: "blue"}}
/>
...
handleInput = (text) => {
console.log("hi")
console.log(text)
this.setState({inputValue: text})
}
I use Expo 35 and issue both on ios and android
What did I miss ?
Thank you,
The text was updated successfully, but these errors were encountered: