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 5dabf4d commit b15a74bCopy full SHA for b15a74b
src/index.tsx
@@ -293,7 +293,7 @@ function withDecaying(
293
])
294
}
295
296
-const GestureHandlerWrapper = GestureHandlerRootView || View;
+const GestureHandlerWrapper = GestureHandlerRootView || View
297
298
export default class BottomSheetBehavior extends React.Component<Props, State> {
299
static defaultProps = {
0 commit comments