diff --git a/src/index.js b/src/index.js index 912a18f..1dba530 100644 --- a/src/index.js +++ b/src/index.js @@ -139,7 +139,7 @@ const RBSheet = forwardRef((props, ref) => { style={[ styles.container, {transform: pan.getTranslateTransform()}, - {height: animatedHeight}, + {height: useNativeDriver?height:animatedHeight}, customStyles.container, ]}> {draggable && ( // Show draggable icon if set it to true