https://github.com/catalinmiron/react-native-dribbble-app
Dribbble app built with React Native
https://github.com/catalinmiron/react-native-dribbble-app
dribbble ios ios-app open-source react react-native
Last synced: 1 day ago
JSON representation
Dribbble app built with React Native
- Host: GitHub
- URL: https://github.com/catalinmiron/react-native-dribbble-app
- Owner: catalinmiron
- License: mit
- Created: 2015-06-11T16:34:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-10-13T02:00:42.000Z (over 1 year ago)
- Last Synced: 2025-04-14T18:12:03.764Z (1 day ago)
- Topics: dribbble, ios, ios-app, open-source, react, react-native
- Language: JavaScript
- Homepage:
- Size: 5.19 MB
- Stars: 2,068
- Watchers: 77
- Forks: 407
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-opensource-apps - Dribbble
- my-awesome - react-native-dribbble-app - Dribbble app built with React Native (JavaScript)
- awesome-github-star - react-native-dribbble-app
- fucking-open-source-ios-apps - Dribbble
README
### Would you like to support me?
----
[](https://dashboard.buddybuild.com/apps/5654dbf613d2b801001aaa4f/build/latest)
[](https://reactnative.gallery)
###Dribbble app built with React Native
A [Dribbble](http://dribbble.com) app build with [React Native](https://github.com/facebook/react-native).

####Preview
__Updated version__

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 [email protected]: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
- [x] add author view
- [x] fetch comments in shot details
- [ ] switch to `ES6`