diff --git a/README.md b/README.md index f9553c8..04c6efb 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# 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). -> + > 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. 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" - } -}