Skip to content

Commit b8f333e

Browse files
authored
https://github.com/race604/react-native-viewpager/pull/81
1 parent 2306eea commit b8f333e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ViewPager.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ var ViewPager = React.createClass({
301301
});
302302

303303
return (
304-
<View style={{flex: 1}}
304+
<View style={{flex: 1, overflow: 'hidden'}}
305305
onLayout={(event) => {
306306
// console.log('ViewPager.onLayout()');
307307
var viewWidth = event.nativeEvent.layout.width;

0 commit comments

Comments
 (0)