Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2f36065

Browse files
committed
style: replace references to outdated react-native-render-html-table-*
1 parent 0baa1e9 commit 2f36065

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[![semver](https://img.shields.io/badge/semver-2.0.0-e10079.svg)](https://semver.org/spec/v2.0.0.html)
1212
[![codecov](https://codecov.io/gh/native-html/table-plugin/branch/master/graph/badge.svg)](https://codecov.io/gh/native-html/table-plugin)
1313
[![CI](https://github.com/native-html/table-plugin/workflows/CI/badge.svg?branch=master)](https://github.com/native-html/table-plugin/actions?query=branch%3Amaster+workflow%3ACI)
14-
![DL/month](https://img.shields.io/npm/dm/react-native-render-html-table-bridge.svg)
14+
![DL/month](https://img.shields.io/npm/dm/@native-html/table-plugin.svg)
1515

1616
```sh
1717
npm add --save @native-html/table-plugin

table-plugin/src/make-table-renderer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export function makeTableRenderer(
1818
onLinkPress && onLinkPress({} as any, url, {});
1919
if (typeof attribs._rawHtml !== 'string') {
2020
throw new Error(
21-
"You must inject `alterNode' method from react-native-render-html-table-bdridge in `HTML' component."
21+
"You must inject `alterNode' method from @native-html/table-plugin in `HTML' component."
2222
);
2323
}
2424
return (
@@ -52,7 +52,7 @@ export function makeCustomTableRenderer(
5252
onLinkPress && onLinkPress({} as any, url, {});
5353
if (typeof attribs._rawHtml !== 'string') {
5454
throw new Error(
55-
"You must inject `alterNode' method from react-native-render-html-table-bdridge in `HTML' component."
55+
"You must inject `alterNode' method from @native-html/table-plugin in `HTML' component."
5656
);
5757
}
5858
return (

0 commit comments

Comments
 (0)