File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
[ ![ semver] ( https://img.shields.io/badge/semver-2.0.0-e10079.svg )] ( https://semver.org/spec/v2.0.0.html )
12
12
[ ![ codecov] ( https://codecov.io/gh/native-html/table-plugin/branch/master/graph/badge.svg )] ( https://codecov.io/gh/native-html/table-plugin )
13
13
[ ![ 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 )
15
15
16
16
``` sh
17
17
npm add --save @native-html/table-plugin
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ export function makeTableRenderer(
18
18
onLinkPress && onLinkPress ( { } as any , url , { } ) ;
19
19
if ( typeof attribs . _rawHtml !== 'string' ) {
20
20
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."
22
22
) ;
23
23
}
24
24
return (
@@ -52,7 +52,7 @@ export function makeCustomTableRenderer(
52
52
onLinkPress && onLinkPress ( { } as any , url , { } ) ;
53
53
if ( typeof attribs . _rawHtml !== 'string' ) {
54
54
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."
56
56
) ;
57
57
}
58
58
return (
You can’t perform that action at this time.
0 commit comments