Skip to content
This repository was archived by the owner on Sep 16, 2020. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix shrinking children components on every swipe on ios
  • Loading branch information
oleh-mryhlod committed Jun 8, 2018
commit d76117702e2f88aaa5d8d89ee54e88e3ef23a523
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ const Swipeout = createReactClass({
};
var styleContentPos = {
content: {
left: this._rubberBandEasing(posX, limit),
transform: [{ translateX: this._rubberBandEasing(posX, limit) }],
},
};

Expand Down