-This project contains a simple conversion from a json object array to a tabular view.-
git clone https://github.com/goyalanshu/TabularView_Array.git
-
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
- @ Girish Kumar Gupta The main Author
