From 5ee3778c5efde1839d550f08662cf400d8dad12e Mon Sep 17 00:00:00 2001 From: Gaute Rongve Date: Wed, 8 Mar 2023 16:23:16 +0100 Subject: [PATCH 1/2] Update badges and install scripts Now the install scripts install the package from this fork, and uses alias so the imports work as before --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dd58d859..2142751e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# React Native Markdown Display [![npm version](https://badge.fury.io/js/react-native-markdown-display.svg)](https://badge.fury.io/js/react-native-markdown-display) [![Known Vulnerabilities](https://snyk.io/test/github/iamacup/react-native-markdown-display/badge.svg)](https://snyk.io/test/github/iamacup/react-native-markdown-display) +# React Native Markdown Display [![npm version](https://badge.fury.io/js/@jonasmerlin%2Freact-native-markdown-display.svg)](https://badge.fury.io/js/@jonasmerlin%2Freact-native-markdown-display) [![Known Vulnerabilities](https://snyk.io/test/github/jonasmerlin/react-native-markdown-display/badge.svg)](https://snyk.io/test/github/jonasmerlin/react-native-markdown-display) **This is a fork of [iamacup/react-native-markdown-display](https://github.com/iamacup/react-native-markdown-display) that increases the depended upon versions of react to 18 and react-native to v0.68. This makes it compatible with Expo SDK 46** @@ -12,14 +12,16 @@ This is intended to be a replacement for react-native-markdown-renderer, with a #### Yarn ```npm -yarn add react-native-markdown-display +yarn add react-native-markdown-display@npm:@jonasmerlin/react-native-markdown-display ``` #### NPM ```npm -npm install -S react-native-markdown-display +npm install -S react-native-markdown-display@npm:@jonasmerlin/react-native-markdown-display ``` +#### + ### Get Started ```jsx From 8f65ed082a273c45a173f68adcf093c0e7f23d6d Mon Sep 17 00:00:00 2001 From: Gaute Rongve Date: Wed, 8 Mar 2023 17:05:03 +0100 Subject: [PATCH 2/2] Readme: remove unused characters --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 2142751e..9ed0488f 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,6 @@ yarn add react-native-markdown-display@npm:@jonasmerlin/react-native-markdown-di npm install -S react-native-markdown-display@npm:@jonasmerlin/react-native-markdown-display ``` -#### - ### Get Started ```jsx