Skip to content

Instantly share code, notes, and snippets.

View nikolay-radkov's full-sized avatar

Nikolay Radkov nikolay-radkov

  • Sofia, Bulgaria
View GitHub Profile

Keybase proof

I hereby claim:

  • I am nikolay-radkov on github.
  • I am nikolayradkov (https://keybase.io/nikolayradkov) on keybase.
  • I have a public key ASC1JKosYLKHOxhHRWqD3nrLHbNZ_QxiWBydA_MRJNnvEwo

To claim this, I am signing this object:

<TextInput
multiline
blurOnSubmit={false}
onChangeText={(text) => {
this.setState({ text });
}}
value={this.state.text}
onSelectionChange={(event) => this.setState({ cursorPosition: event.nativeEvent.selection.start })}
onSubmitEditing={(event) => {
const { text, cursorPosition } = this.state;