Awesome
Would you like to support me?
<a href="https://www.buymeacoffee.com/catalinmiron" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: auto !important;width: auto !important;" ></a>
<span class="badge-paypal"><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=6C3Z8R43HQL8G&lc=RO&item_name=ReactNative%20%2d%20Dribbble%20App&item_number=69¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHostedGuest" title="Donate to this project using Paypal"><img src="https://img.shields.io/badge/paypal-donate-green.svg" alt="PayPal donate button" /></a></span>
###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
- add icons in TabBar
- refactor 'facebook-movies' fetching logic
- add author view
- fetch comments in shot details
- switch to
ES6