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 9c2e339 commit 2c50d57Copy full SHA for 2c50d57
src/lib/CodeHighlighter.tsx
@@ -24,7 +24,7 @@ export interface CodeHighlighterProps extends SyntaxHighlighterProps {
24
textStyle?: StyleProp<TextStyle>;
25
scrollViewProps?: ScrollViewProps;
26
/**
27
- * @deprecated, Use scrollViewProps.contentContainerStyle instead
+ * @deprecated Use scrollViewProps.contentContainerStyle instead
28
*/
29
containerStyle?: StyleProp<ViewStyle>;
30
}
0 commit comments