Skip to content

๐Ÿƒ UI & UX Prototype of redesigned Nike+ Running for React Native ๐Ÿ“ฑ+ React Native DOM (Web) ๐ŸŒ

License

Notifications You must be signed in to change notification settings

sonnylazuardi/react-native-nike-running

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

13 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Nike+ Running - React Native

UI & UX Prototype of redesigned Nike+ Running App and now support Website ๐ŸŽ‰ thanks to React Native DOM

proto

gif

proto

Inspiration: https://dribbble.com/shots/2764470-Rethinking-Nike-Running

Demo

Website: http:https://nikerunning.sonnylab.com/

Expo Snack: https://snack.expo.io/@sonnylazuardi/nike-running-redesign

Features

  • FadedZoom Transition This will add forFadedZoom transition to react-navigation (you can use it on another project)
    transitionConfig: () => ({
      screenInterpolator: sceneProps => {
        return forFadedZoom(sceneProps);
      }
    })
  • Swipeable Card The card can be swiped up-down to toggle hide and left-right to change current card view. Pan responder works smooth on the web ๐Ÿ’ช

  • Geolocation & Animated Marker The homescreen will show your current location with animated marker. For map the web now still fallback to image, need to work on the map component for RND.

  • Box Shadow & Gradient (iOS only) There will be shadow around the button and cards. I do some tricky part to achieve the linear gradient. I use gradient image and use similar LinearGradient props:

if (Platform.OS != "dom") {
  var LinearGradient = require("react-native-linear-gradient").default;
} else {
  var LinearGradient = require("../components/LinearGradient").default;
}

ยฉ 2018 Sonny Lazuardi

About

๐Ÿƒ UI & UX Prototype of redesigned Nike+ Running for React Native ๐Ÿ“ฑ+ React Native DOM (Web) ๐ŸŒ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published