Skip to content

Commit

Permalink
feat(app): test for permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
trbar committed Jun 27, 2018
1 parent f5db21f commit 795176d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Swiper.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class Swiper extends Component {
super(props)

this.state = {
//test
...this.calculateCardIndexes(props.cardIndex, props.cards),
pan: new Animated.ValueXY(),
cards: props.cards,
Expand Down

0 comments on commit 795176d

Please sign in to comment.