Skip to content

bygirish/TabularView_Array

Repository files navigation

TabularView_Array

App demo

-This project contains a simple conversion from a json object array to a tabular view.-

Getting Started

Clone the project

git clone https://github.com/goyalanshu/TabularView_Array.git

Basic Usage

  • Install npm modules in your project directory

    $ npm install
    
  • Modify the list array according to your needs in index.android.js

const List =
{
  Personal: {
    Name: 'Ravi',
    Contact: '945621xxxx'
  },
  Official: {
    Company: 'ABCD',
    Designation: 'Software Developer'
  },
  Social: {
    Facebook: 'user@facebook.com',
    Twitter: 'user#twitter'
  }
};

  • Modify the tabular view according to the requirements in array.js

  • For running the app:

    $ react-native run-android
    

Contribution

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors