TextInput#returnKeyType

returnKeyType enum('done', 'go', 'next', 'search', 'send', 'none', 'previous', 'default', 'emergency-call', 'google', 'join', 'route', 'yahoo')

Determines how the return key should look. On Android you can also use returnKeyLabel.

The following values work across platforms:

  • done
  • go
  • next
  • search
  • send

The following values work on Android only:

  • none
  • previous

The following values work on iOS only:

  • default
  • emergency-call
  • google
  • join
  • route
  • yahoo
doc_React_Native
2016-06-23 04:25:46
Comments
Leave a Comment

Please login to continue.