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.
2 parents 1bb6e9b + d2b7f90 commit 44a1499Copy full SHA for 44a1499
src/lib/CodeHighlighter.tsx
@@ -84,7 +84,7 @@ export const CodeHighlighter: FunctionComponent<CodeHighlighterProps> = ({
84
containerStyle,
85
]}
86
>
87
- <View>{renderNode(rows)}</View>
+ <View onStartShouldSetResponder={() => true}>{renderNode(rows)}</View>
88
</ScrollView>
89
);
90
};
0 commit comments