react-native-twitter-clone
react-native-twitter-clone copied to clipboard
Twitter Clone as of Mar/2019
Twitter Clone App
Twitter app built with React Native and Expo.
Details
Created with create-react-native-app.
Packages used:
- Expo
- React Navigation
Installation
with Expo
- Clone this repo
git clone [email protected]/dev-andremonteiro/react-native-twitter-clone.git cd react-native-twitter-clone- run
npm install - run
expo start
without Expo
Make sure you have ExpoCLI installed npm install -g expo-cli
- Clone this repo
git clone [email protected]/dev-andremonteiro/react-native-twitter-clone.git cd react-native-twitter-cloneexpo eject
Help me Improve :)
- [x] separete components used on FancyDrawer
- [x] add custom avatar
- [ ] limit scroll on extremes of horizontal scrollview
- [ ] touchable not activating fast on Profile page
- [ ] FIX swipe and back function of navigation
- [ ] integrate FancyDrawer to react-navigation CustomNavigators
- [ ] Haptic FeedBack on Profile Button
- [ ] Use Cards to rework search screen
- [ ] Keep title on top while scrolling on search screen
- [ ] add Image and Video support
- [ ] Infinite scrolling on home page
- [ ] PullRefresh animation
Author
André Monteiro dev-andremonteiro