We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a16128 + a147739 commit 01d4776Copy full SHA for 01d4776
src/components/ui/containers/WebView.tsx
@@ -63,6 +63,7 @@ export const WebView = forwardRef<WebViewRN, Props>(
63
return (
64
<WebViewRN
65
containerStyle={!!grow && styles.grow}
66
+ nestedScrollEnabled
67
ref={ref}
68
renderLoading={() => (
69
<Column grow={1}>
0 commit comments