react-native-code-highlighter icon indicating copy to clipboard operation
react-native-code-highlighter copied to clipboard

Syntax highlighter for React Native powered by react-syntax-highlighter

Results 45 react-native-code-highlighter issues
Sort by recently updated
recently updated
newest added

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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pod-install/0.3.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pod-install/0.3.9/0.3.10?slim=true)](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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fjest/30.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fjest/29.5.14/30.0.0?slim=true)](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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@babel%2fcore/7.28.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@babel%2fcore/7.26.10/7.28.5?slim=true)](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 {...