expo-gl 14.0.3-canary-20240625-2333e70 → 14.0.3-canary-20240628-1ba8152
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -11,8 +11,8 @@ Provides GLView that acts as OpenGL ES render target and gives GL context object
|
|
|
11
11
|
|
|
12
12
|
# API documentation
|
|
13
13
|
|
|
14
|
-
- [Documentation for the main branch](https://github.com/expo/expo/blob/main/docs/pages/versions/unversioned/sdk/gl-view.mdx)
|
|
15
14
|
- [Documentation for the latest stable release](https://docs.expo.dev/versions/latest/sdk/gl-view/)
|
|
15
|
+
- [Documentation for the main branch](https://docs.expo.dev/versions/unversioned/sdk/gl-view/)
|
|
16
16
|
|
|
17
17
|
# Installation in managed Expo projects
|
|
18
18
|
|
|
@@ -45,14 +45,14 @@ To use reanimated worklets you will need compatible version of `react-native-rea
|
|
|
45
45
|
| <11.3.0 | <=2.8.0 |
|
|
46
46
|
| >=11.3.0 | >2.8.0 |
|
|
47
47
|
|
|
48
|
-
### Configure for iOS
|
|
49
|
-
|
|
50
|
-
Run `npx pod-install` after installing the npm package.
|
|
51
|
-
|
|
52
48
|
### Configure for Android
|
|
53
49
|
|
|
54
50
|
No additional set up necessary.
|
|
55
51
|
|
|
52
|
+
### Configure for iOS
|
|
53
|
+
|
|
54
|
+
Run `npx pod-install` after installing the npm package.
|
|
55
|
+
|
|
56
56
|
# Contributing
|
|
57
57
|
|
|
58
58
|
Contributions are very welcome! Please refer to guidelines described in the [contributing guide](https://github.com/expo/expo#contributing).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-gl",
|
|
3
|
-
"version": "14.0.3-canary-
|
|
3
|
+
"version": "14.0.3-canary-20240628-1ba8152",
|
|
4
4
|
"description": "Provides GLView that acts as OpenGL ES render target and gives GL context object implementing WebGL 2.0 specification.",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"@types/invariant": "^2.2.33",
|
|
44
44
|
"@types/offscreencanvas": "2019.6.4",
|
|
45
45
|
"@types/webgl2": "^0.0.6",
|
|
46
|
-
"expo-module-scripts": "3.6.0-canary-
|
|
46
|
+
"expo-module-scripts": "3.6.0-canary-20240628-1ba8152",
|
|
47
47
|
"react-test-renderer": "18.2.0"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"expo": "*"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "1ba815237ed606c5ee8488f68e49773fc9735cc3"
|
|
53
53
|
}
|