react-native-simple-markdown
react-native-simple-markdown copied to clipboard
π React Native Markdown component (iOS & Android).
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...
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 [](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...
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...
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