Quantcast
Channel: How to handle TextInput in scrollView nested in View react native - Stack Overflow
Viewing all articles
Browse latest Browse all 4

How to handle TextInput in scrollView nested in View react native

$
0
0

I have a code like this:

<View>
  <View></View>
  <ScrollView>
    <View>
      <TextInput/>
    </View>
  </ScrollView>
  <View></View>
</View>

How can I handle it to response correctly to keyboard? Both android and ios??? i have 2 permenant views top and bottom of the screen, this views pushed up on keyboard show


Viewing all articles
Browse latest Browse all 4

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>