Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 20 hours 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-10-13T02:00:42.000Z (over 1 year ago)
- Last Synced: 2025-01-18T06:05:07.852Z (8 days ago)
- Topics: dribbble, ios, ios-app, open-source, react, react-native
- Language: JavaScript
- Homepage:
- Size: 5.19 MB
- Stars: 2,066
- Watchers: 78
- 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?
----
[![BuddyBuild](https://dashboard.buddybuild.com/api/statusImage?appID=5654dbf613d2b801001aaa4f&branch=master&build=latest)](https://dashboard.buddybuild.com/apps/5654dbf613d2b801001aaa4f/build/latest)
[![reactnative.gallery](https://img.shields.io/badge/reactnative.gallery-%E2%99%A5-red.svg)](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).
![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)__Updated version__
![dribbble-app-update](https://cloud.githubusercontent.com/assets/2805320/9274780/1ca63a6a-42a1-11e5-8570-2c2781ec721f.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 [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`