We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db56ad commit 914e2eeCopy full SHA for 914e2ee
index.js
@@ -355,7 +355,7 @@ export default class BottomSheetBehavior extends Component {
355
height
356
}
357
358
- }) => this.state.heightOfContent.setValue(height - this.props.snapPoints[0]);
+ }) => this.state.heightOfContent.setValue(height - this.state.initSnap);
359
360
361
static renumber = str => Number(str.split('%')[0]) * screenHeight / 100
0 commit comments