Skip to content

Commit 934b9f1

Browse files
authored
Update SkiaView.tsx
1 parent b2502a5 commit 934b9f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/src/views/SkiaView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export class SkiaView extends React.Component<SkiaDrawViewProps> {
1818
`The SkiaView component is deprecated and will be removed in the next release.
1919
If you are looking to use the Skia imperative API, you can use:
2020
* The picture API: https://shopify.github.io/react-native-skia/docs/shapes/pictures/
21-
* The offscreen API: http://localhost:3000/react-native-skia/docs/animations/textures`
21+
* The offscreen API: https://shopify.github.io/react-native-skia/docs/animations/textures`
2222
);
2323
this._nativeId = SkiaViewNativeId.current++;
2424
const { onDraw, onSize } = props;

0 commit comments

Comments
 (0)