Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
osdnk committed Aug 13, 2020
1 parent 5dabf4d commit b15a74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ function withDecaying(
])
}

const GestureHandlerWrapper = GestureHandlerRootView || View;
const GestureHandlerWrapper = GestureHandlerRootView || View

export default class BottomSheetBehavior extends React.Component<Props, State> {
static defaultProps = {
Expand Down

0 comments on commit b15a74b

Please sign in to comment.