# react-native-dribbble-app **Repository Path**: mirrors_leecade/react-native-dribbble-app ## Basic Information - **Project Name**: react-native-dribbble-app - **Description**: React native using Dribbble - http://api.dribbble.com - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ###Dribbble app built with React Native A [Dribbble](http://dribbble.com) app build with [React Native](https://github.com/facebook/react-native). ![dribbble_app_screenshot](https://cloud.githubusercontent.com/assets/2805320/8113463/db61b072-1076-11e5-8aa2-52417f019ea0.jpg) ####Preview ![dribbble_app_flow](https://cloud.githubusercontent.com/assets/2805320/8127634/25311eb0-1101-11e5-83aa-06dcc2d69da3.gif) Plugins used: - [HTML parser](https://github.com/jsdf/react-native-htmlview) - [React native Parallax view](https://github.com/lelandrichardson/react-native-parallax-view) - [React native vector icons](https://github.com/oblador/react-native-vector-icons) ####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` in `XCode` - Press `cmd+r` to build it ####Improvements - [x] add icons in TabBar - [ ] refactor 'facebook-movies' fetching logic - [ ] add author view - [ ] fetch comments in shot details - [ ] switch to `ES6`