react-native ScrollView display an absolute item outside of the ScrollView

223 Views Asked by At

Hi I have tooltip buttons in my TextInput when user press open a tooltip and I'm taking TextInput values from an array because of that I'm using ScrollView or FlatList.

My problem is that the tooltip of the TOP TextInput is not all visible. As you see in the below tooltip of StoreKey stays outside of ScrollView(PINK).

Is there any way to show it outside of the ScrollView ?

Note: I can use also FlatList.

0

There are 0 best solutions below