45c1634752 | ||
---|---|---|
.github | ||
android | ||
app | ||
iOS | ||
img | ||
ios/DribbbleApp | ||
.flowconfig | ||
.gitignore | ||
.npmignore | ||
.nvmrc | ||
.watchmanconfig | ||
LICENSE | ||
README.md | ||
index.ios.js | ||
package.json |
README.md
Would you like to support me?
###Dribbble app built with React Native
A Dribbble app build with React Native.
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
- add icons in TabBar
- refactor 'facebook-movies' fetching logic
- add author view
- fetch comments in shot details
- switch to
ES6