React Native Simple Table

  • Render CSV data as a table
  • Pass in columns, data and pagination info
  • Render custom cells
  • Manage cell styles through props
  • Allow editing of cell data, and persist changes

Dataset

Steps to run

Make sure you have dev environment setup for Android/ iOS development

  • yarn install

Android

  • yarn run android

iOS

  • cd ios && pod install
  • yarn run iOS

Demo

klimbb.mp4