This app was developed as part of Hasura Product Development Fellowship – Version 2 (HPDFv2)
- A clone to a few screens of Twitter app
- Built with React Native
- Supports Android as of now
- React Native Project (Created by react native init)
- Uses Native Base for UI Components
- Uses React Native Router Flux for navigating through the screens
- Uses Ionicons- icons- in native base
- Drawer built using the Drawer component of Native Base and Custom SideBar component
- Tweet Feed data is hardcoded in a separate file and imported as and when needed. Can also be implemented by making an API call to the backend.
- Follow the steps as mentioned in "Getting Started" section of react-native website in the "Build with native code" tab
- git clone https://github.com/padmasaravan/HPDFTwitterTask.git
cd HPDFTwitterTask
npm install
(to install project dependencies)- Execute the command
react-native run-android
(To run the app on your connected emulator or development device)