Twitter app built with React Native and Expo.
Created with create-react-native-app.
Packages used:
- Expo
- React Navigation
- 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
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-clone
expo eject
- separete components used on FancyDrawer
- 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
André Monteiro dev-andremonteiro