rn-shiki 0.0.37-13 → 0.0.37-14
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -23,6 +23,7 @@ const styles = StyleSheet.create({
|
|
23
23
|
})
|
24
24
|
|
25
25
|
const SyntaxHighlighter: React.FC<SyntaxHighlighterProps> = ({ text, language, languageId, theme }) => {
|
26
|
+
console.log('theme:', theme)
|
26
27
|
const stylesheet = useMemo(() => {
|
27
28
|
const styles = getRNStylesFromShikiStyle(theme as ReactStyle)
|
28
29
|
console.log('Generated stylesheet:', styles)
|