DipanshKhandelwal / react-native-simple-table

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 44.8%Language:Java 29.6%Language:Ruby 9.7%Language:Objective-C 9.5%Language:JavaScript 3.4%Language:Objective-C++ 3.1%