rohankangale2011 / rnative_assignment

A react native assignment application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rnative_assignment

A react native assignment application

Description

This application is responsible for fetching the most popular datalist from the NYTimes data set available.

Quickstart

Make sure that that you have react-native package installed on your system(either globally or locally). In case you have, you can install it by running the below command:

npm install react-native -g

Once installed, run the following commands after cloning the repo. Make sure you run the commands at the project root directory:

npm install

In order to run the application on android platform, either on physical device or emulator, run the below command:

react-native run-android

Build

Its important to sign the application digitally in order to publish it over google play store. One can follow the below instruction link to do the same:

https://facebook.github.io/react-native/docs/0.59/signed-apk-android

About

A react native assignment application

License:MIT License


Languages

Language:JavaScript 68.2%Language:Objective-C 16.8%Language:Python 8.4%Language:Java 6.6%