Relative Content

Tag Archive for react-nativereact-native-flatlistreact-native-textinputkeyboardavoidingview

using TextInput inside Flatlist in react-native

in my provided code i am using a flatlist which renders a row element wich contains multiple TextInut components the problem here is when i try to edit the Textinput components which is at the end of the flatlist the keyboard appears then disappears but when i edit any other row at the beginning of the flatlist it work normally,