A simple react-native and redux application.
Hey there,
This repo contains a simple react-native and redux application. It shows tech news in a list. Currently, the news are hardcoded in a json file. Future plans are to get data from a news api. Smooth Animations are used when the user taps on the news. It is developed using React-Native and Redux. It can run on both android and ios devices.
- Download or clone this repo
- Make sure you have node, react-native cli tools installed on your machine
- cd to your project folder
- Run this command to install all the dependencies
npm install
- Run this command to startup the app
react-native run-ios
orreact-native run-android
Note: The above mentioned guide has been tried and tested on mac. However, the same guide should also work on windows machines.
email me at pranavj1001@gmail.com
MIT License