Skip to content

Commit 7da94f6

Browse files
authoredMar 2, 2025
Revert "Upgrade to React 19 (#2984)" (#2985)
This reverts commit b71a73d.
1 parent b71a73d commit 7da94f6

File tree

437 files changed

+34013
-8385
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

437 files changed

+34013
-8385
lines changed
 

‎apps/docs/docs/getting-started/installation.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ Skia serves as the graphics engine for Google Chrome and Chrome OS, Android, Flu
1010

1111
**Version compatibility:**
1212
`react-native@>=0.71` and `react@>=18` are required. <br />
13-
In addition you should make sure you're on at least `iOS 13` and `Android API level 26` or above. <br />
14-
To use React Native Skia with the new architecture, `react-native@>=0.72` is required.
13+
In addition you should make sure you're on at least `iOS 13` and `Android API level 21` or above. <br />
14+
To use React Native Skia with the new architecture, `react-native@>=0.72` is required. <br />
15+
To use React Native Skia with video support, `Android API level 26` or above is required.
1516

1617
`tvOS >= 13` is also supported.
1718

‎apps/docs/docs/shaders/language.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Shaders can be nested with one another.
3737
| Name | Type | Description |
3838
|:---------|:--------------------------------------------------------------------------------------------------------|:------------------------------|
3939
| source | `RuntimeEffect` | Compiled shaders |
40-
| uniforms | `{ [name: string]: number &#124; Vector &#124; Vector[] &#124; number[] &#124; number[][] }` | uniform values |
40+
| uniforms | <code>{ [name: string]: number &#124; Vector &#124; Vector[] &#124; number[] &#124; number[][] }</code> | uniform values |
4141
| children | `Shader` | Shaders to be used as uniform |
4242

4343
### Simple Shader

0 commit comments

Comments
 (0)
Failed to load comments.