Dribbble app built with React Native
A Dribbble app build with React Native.
Preview
Updated version
Plugins used:
How to run it locally
- Clone this repo
git clone git@github.com:catalinmiron/react-native-dribbble-app.git
cd react-native-dribbble-app
- run
npm install
- Open
DribbbleApp.xcodeproj
inXCode
- Press
cmd+r
to build it
Improvements
- [x] add icons in TabBar
- [ ] refactor 'facebook-movies' fetching logic
- [x] add author view
- [x] fetch comments in shot details
- [ ] switch to
ES6