We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2502a5 commit 934b9f1Copy full SHA for 934b9f1
package/src/views/SkiaView.tsx
@@ -18,7 +18,7 @@ export class SkiaView extends React.Component<SkiaDrawViewProps> {
18
`The SkiaView component is deprecated and will be removed in the next release.
19
If you are looking to use the Skia imperative API, you can use:
20
* 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`
+* The offscreen API: https://shopify.github.io/react-native-skia/docs/animations/textures`
22
);
23
this._nativeId = SkiaViewNativeId.current++;
24
const { onDraw, onSize } = props;
0 commit comments