react-native-code-highlighter
react-native-code-highlighter copied to clipboard
Syntax highlighter for React Native powered by react-syntax-highlighter
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [pod-install](https://redirect.github.com/expo/expo/tree/main/packages/pod-install) ([source](https://redirect.github.com/expo/expo)) | [`0.3.9` -> `0.3.10`](https://renovatebot.com/diffs/npm/pod-install/0.3.9/0.3.10) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ###...
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@types/jest](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest)) | [`29.5.14` -> `30.0.0`](https://renovatebot.com/diffs/npm/@types%2fjest/29.5.14/30.0.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [jest](https://jestjs.io/)...
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@babel/core](https://babel.dev/docs/en/next/babel-core) ([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-core)) | [`7.26.10` -> `7.28.5`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.26.10/7.28.5) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@babel/preset-env](https://babel.dev/docs/en/next/babel-preset-env)...
Hi, I have created a component in my project to wrap `CodeHighlighter` ``` import React from 'react'; import { ScrollView, StyleSheet } from 'react-native'; import CodeHighlighter from 'react-native-code-highlighter'; import {...