Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
william-candillon authored Dec 21, 2021
2 parents 33cdaf3 + 845618b commit 082c1e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

Checkout the full documentation [here](https://shopify.github.io/react-native-skia).

React Native Skia brings the Skia Graphics Library to React Native. Skia serves as the graphics engine for Google Chrome and Chrome OS, Android, Flutter, Mozilla Firefox and, Firefox OS, and many other products.
React Native Skia brings the Skia Graphics Library to React Native. Skia serves as the graphics engine for Google Chrome and Chrome OS, Android, Flutter, Mozilla Firefox and Firefox OS, and many other products.

* This is an alpha release. Use with caution. *
*This is an alpha release. Use with caution.*

## Installation

React Native Skia brings the [Skia Graphics Library](https://skia.org/) to React Native.
Skia serves as the graphics engine for Google Chrome and Chrome OS, Android, Flutter, Mozilla Firefox and, Firefox OS, and many other products.
Skia serves as the graphics engine for Google Chrome and Chrome OS, Android, Flutter, Mozilla Firefox and Firefox OS, and many other products.

When reading these lines, the package is not yet available on npm.
Use the link below to install the package.
Expand Down Expand Up @@ -160,7 +160,7 @@ And then the _SDK Location_ section. It will show you the NDK path, or the optio

- Run the commands in the `Building` section
- Build the Android binaries with `yarn build-android`
- Build the NPM package with `yarn build-npm';
- Build the NPM package with `yarn build-npm`;

Publish the NPM package manually. The output is found in the `dist` folder.

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/animations/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import {
} from "@shopify/react-native-skia";

const myComponent = () => {
const progress = useTiming(1, { duration: 1000 });
const progress = useTiming({ from: 1, duration: 1000 });
return (
<Canvas>
<Rect
Expand Down

0 comments on commit 082c1e8

Please sign in to comment.