- Standard compliant React Native App Utilizing Ignite
Step 1: git clone this repo: git@github.com:HannanShaik/TwitterApp.git
Step 2: cd to the cloned repo: cd TwitterApp
Step 3: Install the Application with yarn
or npm i
- cd to the repo
- Run Build for either OS
- for iOS
- run
react-native run-ios
- run
- for Android
- run
react-native run-android
- run
- Login with Twitter
- Fetch Home Timeline of logged in user
- Post Status update on Twitter
- Like or Mark tweet as favorite
- ReTweet a status tweet
- Swipe Gesture for above actions
iOS - Click to watch
Android - Click to watch
- Twitter Login & API access - react-native-oauth
- Swipe Gesture - react-native-swipe-list-view
- Navigation - react-navigation