Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

130
Views
I can not scroll in react native Application

Hello I am new React Native . I created my first application and I noticed there is problem . I can not scroll in my app . When you create a website, if the height of your elements exceeds the height of the page, you have to scroll , but in react native when my application elements exceeds the height of the page , my application doesn't scroll and I can't see any more of my application . how can I fix that ? I still didn't export apk from my application , but it happens in android emulator (genymotion) .

about 4 years ago · Juan Pablo Isaza
2 answers
Answer question

0

Please wrap your component in a ScrollView.

Should look something like this:

<ScrollView>
 <YourComponent />
</ScrollView>
about 4 years ago · Juan Pablo Isaza Report

0

you can wrap your component with scrollview or you can use flatlist. with flatlist you can do it horizontal too

<ScrollView>
</ScrollView>

<Flatlist
/>

<Flatlist 
horizontal
/>

the document is in the react native web

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!