Dribbble app built with React Native

Overview

Would you like to support me?

Buy Me A Coffee


PayPal donate button

BuddyBuild

reactnative.gallery

###Dribbble app built with React Native

A Dribbble app build with React Native.

dribbble_app_screenshot

####Preview dribbble_app_flow

Updated version

dribbble-app-update

Plugins used:

####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

  • add icons in TabBar
  • refactor 'facebook-movies' fetching logic
  • add author view
  • fetch comments in shot details
  • switch to ES6
Comments
  • Install fails with react-native 0.4.2

    Install fails with react-native 0.4.2

    npm ERR! Darwin 14.1.0
    npm ERR! argv "/usr/local/Cellar/iojs/2.3.3/bin/iojs" "/usr/local/bin/npm" "install"
    npm ERR! node v2.3.3
    npm ERR! npm  v2.7.4
    npm ERR! code EPEERINVALID
    
    npm ERR! peerinvalid The package react-native does not satisfy its siblings' peerDependencies requirements!
    npm ERR! peerinvalid Peer [email protected] wants react-native@>=0.4.3
    npm ERR! peerinvalid Peer [email protected] wants react-native@>=0.8.0 || 0.8.0-rc || 0.8.0-rc.2 || 0.8.0-rc.3
    npm ERR! peerinvalid Peer [email protected] wants react-native@>=0.4.0 || 0.5.0-rc1 || 0.6.0-rc || 0.7.0-rc || 0.7.0-rc.2 || 0.8.0-rc || 0.8.0-rc.2
    
    opened by bteng22 9
  • React Native upgrade

    React Native upgrade

    Hi, I've upgraded your app to React Native 0.14+ I think modals / parallax isn't visually working as it should be but that's the smallest thing...

    Refs #17

    opened by romansklenar 2
  • Able to compile but not to run

    Able to compile but not to run

    Hi,

    I wanted to test your sample application but I am confronted to a problem: I am not able to run it.

    I have got an error:

    /Users/houitte/SANDBOX/REACT/react-native-dribbble-app/node_modules/react-native/Libraries/Image/RCTDownloadTaskWrapper.m:65:49: Null passed to a callee that requires a non-null argument

    What have I missed ?

    Thanks in advance for the help.

    Best jeangui

    opened by jeangui 2
  • NavigatorIOS throwing errors

    NavigatorIOS throwing errors

    Hey @catalinmiron,

    maybe this is interesting to you... After some navigation through the app the red screen appeared.

    Seems to be related with ios navigation.. I'm still in the early stage of learning. Hopefully I will be able to fix this soon. ;)

    screen shot 2015-08-15 at 5 04 20 pm

    Cheers!

    opened by guilhermedecampo 1
  • Add author view

    Add author view

    Need

    As a user
    I want to have an author details
    So that i can easily view more shot of him
    

    Todos

    • [x] add Player view
    • [x] from ShotDetails send player through props to Player component
    • [x] style Player view
    • [x] fetch more shots of the current player
    • [x] style shots list accordingly
    • [x] let's start debugging in Chrome :beer:
    enhancement 
    opened by catalinmiron 1
  • Open shot image in a modal window

    Open shot image in a modal window

    • [x] Integrate react-native-modal
    • [x] Open modal when clicking on shotDetails header
    • [x] add transitions when opening/closing the modal
    • [x] add blurred effect to the background
    • [x] move modal window on top of NavigatorIOS
    enhancement 
    opened by catalinmiron 1
  • Fixed git clone path in README.md

    Fixed git clone path in README.md

    The current clone path doesn't have the correct permissions.

    This is what happens with the current clone path:

    ➜  Projects git clone [email protected]:catalinmiron/react-native-dribbble-app.git
    Cloning into 'react-native-dribbble-app'...
    warning: templates not found /Users/amila/.git-templates
    Warning: Permanently added the RSA host key for IP address '192.30.252.129' to the list of known hosts.
    Permission denied (publickey).
    fatal: Could not read from remote repository.
    
    Please make sure you have the correct access rights
    and the repository exists.
    

    Here is the output of the fixed version:

    ➜  Projects git clone https://github.com/catalinmiron/react-native-dribbble-app.git
    Cloning into 'react-native-dribbble-app'...
    warning: templates not found /Users/amila/.git-templates
    remote: Counting objects: 345, done.
    remote: Total 345 (delta 0), reused 0 (delta 0), pack-reused 345
    Receiving objects: 100% (345/345), 5.30 MiB | 1.81 MiB/s, done.
    Resolving deltas: 100% (153/153), done.
    Checking connectivity... done.
    ➜  Projects
    
    opened by amilajack 0
  • Fix parallax view display

    Fix parallax view display

    Check https://github.com/lelandrichardson/react-native-parallax-view/issues/4. The fix it's on master, but since the author didn't update the npm package, we need to point to the repo itself.

    image

    • [x] add github repo for react-native-parallax-view
    bug 
    opened by catalinmiron 0
  • Fix broken headings in Markdown files

    Fix broken headings in Markdown files

    GitHub changed the way Markdown headings are parsed, so this change fixes it.

    See bryant1410/readmesfix for more information.

    Tackles bryant1410/readmesfix#1

    opened by bryant1410 0
Owner
Catalin Miron
I design with