aksonov / react-native-tabs

React Native platform-independent tabs. Could be used for bottom tab bars as well as sectioned views (with tab buttons)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TextInput with Tabs issue on Android and iOS

SupriyaPKalghatgi opened this issue · comments

When TextInput included within tabs,

Behaviour on iOS: Tab content doesn't scroll up and hides the TextInput

Behaviour on Android: Need to click twice on TextInput to open Keyboard. i.e., Keyboard dismisses on 1st click and opens up on 2nd click

    "react-native": "0.64.3",
    "react-native-gesture-handler": "~1.10.3",
    "react-native-tab-view": "^3.1.1",