Skip to content

Commit

Permalink
expo#47 - react-native-invertible-scroll-view not working on Huawei A…
Browse files Browse the repository at this point in the history
…ndroid 7 devices - Added perspective - fixing
  • Loading branch information
ButtersHub committed Jul 13, 2017
1 parent 6ccc97a commit b41555c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions InvertibleScrollView.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,14 @@ let styles = StyleSheet.create({
flex: 1,
transform: [
{ scaleY: -1 },
{perspective: 1},
],
},
horizontallyInverted: {
flex: 1,
transform: [
{ scaleX: -1 },
{perspective: 1},
],
},
});
Expand Down

0 comments on commit b41555c

Please sign in to comment.