From 1dde10d7068804a78d29b7ae1f6e9eef0ad1671d Mon Sep 17 00:00:00 2001 From: BscDevloper <40732121+BscDevloper@users.noreply.github.com> Date: Wed, 30 Sep 2020 21:17:25 +0530 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9553c8..f0dc884 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# react-native-html-render +## react-native-html-render > A html render for react-native. But don't **Suitable for** all html. Only **Suitable for** the html generator by markdown with minify. > > Now it used by [Noder](https://github.com/soliury/noder-react-native). From d3e0b990fc874a0c2308f719e53e74883ef5e04c Mon Sep 17 00:00:00 2001 From: BscDevloper <40732121+BscDevloper@users.noreply.github.com> Date: Wed, 30 Sep 2020 21:18:41 +0530 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f0dc884..04c6efb 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ ## react-native-html-render > A html render for react-native. But don't **Suitable for** all html. Only **Suitable for** the html generator by markdown with minify. -> + > Now it used by [Noder](https://github.com/soliury/noder-react-native). -> + > Be careful to use, the performance is not good. If you want to improve the performance, be free to open a issue or send a PR. From f67417e15b8950ef341d823d581af3930f26a5de Mon Sep 17 00:00:00 2001 From: BscDevloper <40732121+BscDevloper@users.noreply.github.com> Date: Sun, 4 Oct 2020 13:43:14 +0530 Subject: [PATCH 3/3] Delete package.json --- package.json | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 package.json diff --git a/package.json b/package.json deleted file mode 100644 index 67ff8bd..0000000 --- a/package.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "react-native-html-render", - "version": "1.0.5", - "description": "A html render for react-native", - "main": "index.js", - "scripts": { - "test": "istanbul test _mocha --report html -- test/*.js --reporter spec" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/soliury/react-native-html-render.git" - }, - "keywords": [ - "react-component", - "react-native", - "ios" - ], - "author": "soliury", - "license": "ISC", - "bugs": { - "url": "https://github.com/soliury/react-native-html-render/issues" - }, - "homepage": "https://github.com/soliury/react-native-html-render#readme", - "devDependencies": { - "chai": "^3.0.0", - "istanbul": "^0.3.17", - "mocha": "^2.2.5" - } -}