react-native-simple-markdown icon indicating copy to clipboard operation
react-native-simple-markdown copied to clipboard

πŸ“œ React Native Markdown component (iOS & Android).

Results 57 react-native-simple-markdown issues
Sort by recently updated
recently updated
newest added

Hi everyone! It’s been a very long time since I’ve been active on this repo. I’ve been really (really really) busy this whole year. But that’s not an excuse. **So...

discussion

Some environments (e.g. CircleCI) have an issue with cloning from NPM dependencies spec'd with a `git://` URL. This PR switches to an HTTPS-based URL instead. Reference: https://support.circleci.com/hc/en-us/articles/360009699913-Can-t-read-from-remote-git-repository-during-npm-install This PR is...

I'm trying to set the font sizing for general text. So I used fontSize and set it to a large number like 20. The size does not change at all....

I have a Typescript React Native project using Jest for testing. My app builds fine but when I run tests with Jest I get this error. Am I missing a...

Despite setting the `link` and `mailTo` color to something else, because inner `text` is rendered within a link, the color of the link itself is never represented.

Hi @CharlesMangwa You've fixed `package.json` so that `simple-markdown` is installed using `https://...` instead of `git://...`, but it hasn't been released yet, which requires my CI to have `git` installed to...

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.5 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.5&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2. Commits 523c5c7 2.2.2 7ecef07 Bump fstream to fix hardlink overwriting vulnerability 9fc84b9 Use {} for hardlink tracking instead of [] 15e59f1 Only track previously...

dependencies

I've tried: ``` text: { textAlign: 'center' } ``` but that doesn't work. I've also tried adding the same styling to the View that surrounds the Markdown, but that doesn't...

Add typescript type definitions for the library version 1.1.0