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

464
Views
Rendering a table in React Native using API JSON data

I'm very new to React Native and really need some help!

I have some JSON data which I have loaded into my React Native Application in the format below:

Object {
  "company": "Company1",
  "lineItem": "Line1",
  "value": -1,
  "year": 2017,
},
Object {
  "company": "Company1",
  "lineItem": "Line2",
  "value": 55.5,
  "year": 2016,
},
Object {
  "company": "Company1",
  "lineItem": "Line3",...

I need to find a way to output that data in a table with the following structure in my React Native App:

Table Output View

The years in the data, as well as the row labels repeat, but will always be a distinct row label and year combination.

Any pointers or help would be hugely appreciated!

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

0

You can look into this popular library which allows you to create all kinds of tables you just need to transform your data a bit and pass it to the component and it will create the table just like you are looking for.

Table in react native

the library is quite flexible and many customization options are available you can explore more.

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!