This is a simple application created using React Native
and Redux
to mimic basic design and functionality of the official Twitter app.
It uses fakerJs
and json-server
to run a demo server for the application.
- React Native
- NativeBase for UI Elements
- FakerJS
- Lodash
- Redux for State Management
- Redux Saga
- React Navigation
On the command prompt run the following commands
$ git clone https://github.com/pranit123/Twitter-Clone.git
$ cd Twitter-Clone/
$ npm install
$ npm install -g json-server
Run the following command
$ npm run serve
Run the following command
$ npm start
Run the following command
$ npm run ios
Run the following command
$ npm run android