Nativebase: In tabs component button need double click to fire when keyboard is open.

Created on 1 Aug 2017  路  1Comment  路  Source: GeekyAnts/NativeBase

I want to fire it in first tap.

Most helpful comment

add contentProps={{ keyboardShouldPersistTaps: 'always' }} to tabs object solved this issue

>All comments

add contentProps={{ keyboardShouldPersistTaps: 'always' }} to tabs object solved this issue

Was this page helpful?
0 / 5 - 0 ratings