Skip to content

Commit

Permalink
feat(basic picker new version): basic picker new version first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lulutia committed Oct 10, 2016
1 parent 1a8cf86 commit a801fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/roll.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class Pickroll extends Component {
_handlePanResponderMove(evt, gestureState){
let dy = gestureState.dy;
if (this.isMoving) {
return 'you are moving';
return 'you are moving!';
}

if (dy > 0) {
Expand Down

0 comments on commit a801fce

Please sign in to comment.