expo-gl 15.1.0 → 15.1.1-canary-20250408-7f0ab53
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/android/build.gradle +2 -2
- package/expo-module.config.json +7 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.gl/15.1.1-canary-20250408-7f0ab53/expo.modules.gl-15.1.1-canary-20250408-7f0ab53-sources.jar +0 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.gl/15.1.1-canary-20250408-7f0ab53/expo.modules.gl-15.1.1-canary-20250408-7f0ab53-sources.jar.md5 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.gl/15.1.1-canary-20250408-7f0ab53/expo.modules.gl-15.1.1-canary-20250408-7f0ab53-sources.jar.sha1 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.gl/15.1.1-canary-20250408-7f0ab53/expo.modules.gl-15.1.1-canary-20250408-7f0ab53-sources.jar.sha256 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.gl/15.1.1-canary-20250408-7f0ab53/expo.modules.gl-15.1.1-canary-20250408-7f0ab53-sources.jar.sha512 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.gl/15.1.1-canary-20250408-7f0ab53/expo.modules.gl-15.1.1-canary-20250408-7f0ab53.aar +0 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.gl/15.1.1-canary-20250408-7f0ab53/expo.modules.gl-15.1.1-canary-20250408-7f0ab53.aar.md5 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.gl/15.1.1-canary-20250408-7f0ab53/expo.modules.gl-15.1.1-canary-20250408-7f0ab53.aar.sha1 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.gl/15.1.1-canary-20250408-7f0ab53/expo.modules.gl-15.1.1-canary-20250408-7f0ab53.aar.sha256 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.gl/15.1.1-canary-20250408-7f0ab53/expo.modules.gl-15.1.1-canary-20250408-7f0ab53.aar.sha512 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.gl/15.1.1-canary-20250408-7f0ab53/expo.modules.gl-15.1.1-canary-20250408-7f0ab53.module +87 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.gl/15.1.1-canary-20250408-7f0ab53/expo.modules.gl-15.1.1-canary-20250408-7f0ab53.module.md5 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.gl/15.1.1-canary-20250408-7f0ab53/expo.modules.gl-15.1.1-canary-20250408-7f0ab53.module.sha1 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.gl/15.1.1-canary-20250408-7f0ab53/expo.modules.gl-15.1.1-canary-20250408-7f0ab53.module.sha256 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.gl/15.1.1-canary-20250408-7f0ab53/expo.modules.gl-15.1.1-canary-20250408-7f0ab53.module.sha512 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.gl/15.1.1-canary-20250408-7f0ab53/expo.modules.gl-15.1.1-canary-20250408-7f0ab53.pom +35 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.gl/15.1.1-canary-20250408-7f0ab53/expo.modules.gl-15.1.1-canary-20250408-7f0ab53.pom.md5 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.gl/15.1.1-canary-20250408-7f0ab53/expo.modules.gl-15.1.1-canary-20250408-7f0ab53.pom.sha1 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.gl/15.1.1-canary-20250408-7f0ab53/expo.modules.gl-15.1.1-canary-20250408-7f0ab53.pom.sha256 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.gl/15.1.1-canary-20250408-7f0ab53/expo.modules.gl-15.1.1-canary-20250408-7f0ab53.pom.sha512 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.gl/maven-metadata.xml +13 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.gl/maven-metadata.xml.md5 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.gl/maven-metadata.xml.sha1 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.gl/maven-metadata.xml.sha256 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.gl/maven-metadata.xml.sha512 +1 -0
- package/package.json +4 -5
package/android/build.gradle
CHANGED
|
@@ -9,7 +9,7 @@ def reactNativeArchitectures() {
|
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
group = 'host.exp.exponent'
|
|
12
|
-
version = '15.1.
|
|
12
|
+
version = '15.1.1-canary-20250408-7f0ab53'
|
|
13
13
|
|
|
14
14
|
android {
|
|
15
15
|
if (rootProject.hasProperty("ndkPath")) {
|
|
@@ -22,7 +22,7 @@ android {
|
|
|
22
22
|
namespace "expo.modules.gl"
|
|
23
23
|
defaultConfig {
|
|
24
24
|
versionCode 31
|
|
25
|
-
versionName "15.1.
|
|
25
|
+
versionName "15.1.1-canary-20250408-7f0ab53"
|
|
26
26
|
|
|
27
27
|
externalNativeBuild {
|
|
28
28
|
cmake {
|
package/expo-module.config.json
CHANGED
|
@@ -5,6 +5,12 @@
|
|
|
5
5
|
"modules": ["GLViewModule"]
|
|
6
6
|
},
|
|
7
7
|
"android": {
|
|
8
|
-
"modules": ["expo.modules.gl.GLViewModule", "expo.modules.gl.GLObjectManagerModule"]
|
|
8
|
+
"modules": ["expo.modules.gl.GLViewModule", "expo.modules.gl.GLObjectManagerModule"],
|
|
9
|
+
"publication": {
|
|
10
|
+
"groupId": "host.exp.exponent",
|
|
11
|
+
"artifactId": "expo.modules.gl",
|
|
12
|
+
"version": "15.1.1-canary-20250408-7f0ab53",
|
|
13
|
+
"repository": "local-maven-repo"
|
|
14
|
+
}
|
|
9
15
|
}
|
|
10
16
|
}
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
06e25696d702c60602274564533d18bc
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
9320c91f795454db182a73ea736fbe26dfdebd04
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
e8892c6837d1eb5093b2c3b063883d7511799b0e246940c5b70f1515cb4451cd
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1cab724074b050f7459a884ac9e98fbf2d009d8239810ca6384c5113f52dd33e5ac40a72ec7174b297e1b10521e56682d73f533715316be5be66ce0e482356d8
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
a88ed9d0b083fd1685aa329ab0204d07
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
9668f66c633579709a581c9bf74af1019cc03c30
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
c4426a7d344cab720c6d636909be8ebe50ea5eb0b638b52e6f60138e42fdc3ba
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
b1ee32133872a28452c3c1b50e108a9a2a41d6e06b6c1945183f9891c42fe6b663aa204120d3691dcad5ffb8eef4b2b8de119dc321664417dd67c88fa7f6dc09
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
{
|
|
2
|
+
"formatVersion": "1.1",
|
|
3
|
+
"component": {
|
|
4
|
+
"group": "host.exp.exponent",
|
|
5
|
+
"module": "expo.modules.gl",
|
|
6
|
+
"version": "15.1.1-canary-20250408-7f0ab53",
|
|
7
|
+
"attributes": {
|
|
8
|
+
"org.gradle.status": "release"
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
"createdBy": {
|
|
12
|
+
"gradle": {
|
|
13
|
+
"version": "8.13"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
"variants": [
|
|
17
|
+
{
|
|
18
|
+
"name": "releaseVariantReleaseApiPublication",
|
|
19
|
+
"attributes": {
|
|
20
|
+
"org.gradle.category": "library",
|
|
21
|
+
"org.gradle.dependency.bundling": "external",
|
|
22
|
+
"org.gradle.libraryelements": "aar",
|
|
23
|
+
"org.gradle.usage": "java-api"
|
|
24
|
+
},
|
|
25
|
+
"files": [
|
|
26
|
+
{
|
|
27
|
+
"name": "expo.modules.gl-15.1.1-canary-20250408-7f0ab53.aar",
|
|
28
|
+
"url": "expo.modules.gl-15.1.1-canary-20250408-7f0ab53.aar",
|
|
29
|
+
"size": 1043990,
|
|
30
|
+
"sha512": "b1ee32133872a28452c3c1b50e108a9a2a41d6e06b6c1945183f9891c42fe6b663aa204120d3691dcad5ffb8eef4b2b8de119dc321664417dd67c88fa7f6dc09",
|
|
31
|
+
"sha256": "c4426a7d344cab720c6d636909be8ebe50ea5eb0b638b52e6f60138e42fdc3ba",
|
|
32
|
+
"sha1": "9668f66c633579709a581c9bf74af1019cc03c30",
|
|
33
|
+
"md5": "a88ed9d0b083fd1685aa329ab0204d07"
|
|
34
|
+
}
|
|
35
|
+
]
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "releaseVariantReleaseRuntimePublication",
|
|
39
|
+
"attributes": {
|
|
40
|
+
"org.gradle.category": "library",
|
|
41
|
+
"org.gradle.dependency.bundling": "external",
|
|
42
|
+
"org.gradle.libraryelements": "aar",
|
|
43
|
+
"org.gradle.usage": "java-runtime"
|
|
44
|
+
},
|
|
45
|
+
"dependencies": [
|
|
46
|
+
{
|
|
47
|
+
"group": "org.jetbrains.kotlin",
|
|
48
|
+
"module": "kotlin-stdlib-jdk7",
|
|
49
|
+
"version": {
|
|
50
|
+
"requires": "2.0.21"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
],
|
|
54
|
+
"files": [
|
|
55
|
+
{
|
|
56
|
+
"name": "expo.modules.gl-15.1.1-canary-20250408-7f0ab53.aar",
|
|
57
|
+
"url": "expo.modules.gl-15.1.1-canary-20250408-7f0ab53.aar",
|
|
58
|
+
"size": 1043990,
|
|
59
|
+
"sha512": "b1ee32133872a28452c3c1b50e108a9a2a41d6e06b6c1945183f9891c42fe6b663aa204120d3691dcad5ffb8eef4b2b8de119dc321664417dd67c88fa7f6dc09",
|
|
60
|
+
"sha256": "c4426a7d344cab720c6d636909be8ebe50ea5eb0b638b52e6f60138e42fdc3ba",
|
|
61
|
+
"sha1": "9668f66c633579709a581c9bf74af1019cc03c30",
|
|
62
|
+
"md5": "a88ed9d0b083fd1685aa329ab0204d07"
|
|
63
|
+
}
|
|
64
|
+
]
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "releaseVariantReleaseSourcePublication",
|
|
68
|
+
"attributes": {
|
|
69
|
+
"org.gradle.category": "documentation",
|
|
70
|
+
"org.gradle.dependency.bundling": "external",
|
|
71
|
+
"org.gradle.docstype": "sources",
|
|
72
|
+
"org.gradle.usage": "java-runtime"
|
|
73
|
+
},
|
|
74
|
+
"files": [
|
|
75
|
+
{
|
|
76
|
+
"name": "expo.modules.gl-15.1.1-canary-20250408-7f0ab53-sources.jar",
|
|
77
|
+
"url": "expo.modules.gl-15.1.1-canary-20250408-7f0ab53-sources.jar",
|
|
78
|
+
"size": 12381,
|
|
79
|
+
"sha512": "1cab724074b050f7459a884ac9e98fbf2d009d8239810ca6384c5113f52dd33e5ac40a72ec7174b297e1b10521e56682d73f533715316be5be66ce0e482356d8",
|
|
80
|
+
"sha256": "e8892c6837d1eb5093b2c3b063883d7511799b0e246940c5b70f1515cb4451cd",
|
|
81
|
+
"sha1": "9320c91f795454db182a73ea736fbe26dfdebd04",
|
|
82
|
+
"md5": "06e25696d702c60602274564533d18bc"
|
|
83
|
+
}
|
|
84
|
+
]
|
|
85
|
+
}
|
|
86
|
+
]
|
|
87
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
4080a066a56a72c02bd08eb08a1c627f
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
f4be1ce00442c7d11be8c37ab98593da4fb7d621
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1e5ee894c8a2aa4883c6e112a453ac60912e82fa9e17d03144788c5d024bdedd
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
adc59fcebf5d9b48d19b02c6abf4cf98bf1546b79eeb2d84d763ada1ccb7a3fe63ffd5fb72307e124cb0391e57528d00995a78afcb5ac2f9c17b8630b855df64
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
3
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
4
|
+
<!-- This module was also published with a richer model, Gradle metadata, -->
|
|
5
|
+
<!-- which should be used instead. Do not delete the following line which -->
|
|
6
|
+
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
|
|
7
|
+
<!-- that they should prefer consuming it instead. -->
|
|
8
|
+
<!-- do_not_remove: published-with-gradle-metadata -->
|
|
9
|
+
<modelVersion>4.0.0</modelVersion>
|
|
10
|
+
<groupId>host.exp.exponent</groupId>
|
|
11
|
+
<artifactId>expo.modules.gl</artifactId>
|
|
12
|
+
<version>15.1.1-canary-20250408-7f0ab53</version>
|
|
13
|
+
<packaging>aar</packaging>
|
|
14
|
+
<name>expo.modules.gl</name>
|
|
15
|
+
<url>https://github.com/expo/expo</url>
|
|
16
|
+
<licenses>
|
|
17
|
+
<license>
|
|
18
|
+
<name>MIT License</name>
|
|
19
|
+
<url>https://github.com/expo/expo/blob/main/LICENSE</url>
|
|
20
|
+
</license>
|
|
21
|
+
</licenses>
|
|
22
|
+
<scm>
|
|
23
|
+
<connection>https://github.com/expo/expo.git</connection>
|
|
24
|
+
<developerConnection>https://github.com/expo/expo.git</developerConnection>
|
|
25
|
+
<url>https://github.com/expo/expo</url>
|
|
26
|
+
</scm>
|
|
27
|
+
<dependencies>
|
|
28
|
+
<dependency>
|
|
29
|
+
<groupId>org.jetbrains.kotlin</groupId>
|
|
30
|
+
<artifactId>kotlin-stdlib-jdk7</artifactId>
|
|
31
|
+
<version>2.0.21</version>
|
|
32
|
+
<scope>runtime</scope>
|
|
33
|
+
</dependency>
|
|
34
|
+
</dependencies>
|
|
35
|
+
</project>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
6f47b972f5259bce8548b3a055998757
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
ed82c4a0ce853e45df6e9013673394fb91a96523
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
5b8f691e73506f9d50383641e325d57da93a1adc5c17578e4447dbdfaa414acd
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
d8cba8fcb1a6dbfa40b4712e41df58a6bba65c700fec84b97701742880be573912ba9c55c365daedfd6a225b49e915b3c81e75ea5ff1020e96660c5e5f3eef48
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<metadata>
|
|
3
|
+
<groupId>host.exp.exponent</groupId>
|
|
4
|
+
<artifactId>expo.modules.gl</artifactId>
|
|
5
|
+
<versioning>
|
|
6
|
+
<latest>15.1.1-canary-20250408-7f0ab53</latest>
|
|
7
|
+
<release>15.1.1-canary-20250408-7f0ab53</release>
|
|
8
|
+
<versions>
|
|
9
|
+
<version>15.1.1-canary-20250408-7f0ab53</version>
|
|
10
|
+
</versions>
|
|
11
|
+
<lastUpdated>20250408205903</lastUpdated>
|
|
12
|
+
</versioning>
|
|
13
|
+
</metadata>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
00f64ba4c827d2b329170ae5c6c1f646
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
758085ac0d058be5b35d41e6838610d307a11c08
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
dda60c8521846952883e621539bad2c58ff6cec637f9a09f0beae9774e4da0ad
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
9e8bacdfb2450075b5cfa7d3d7a109a6acc5446d16b86fe8474122d8bbb1b3c1893fb5adf22a64aed4fe0da34fe213907f20e400d63a07f186ac634be69f8c27
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-gl",
|
|
3
|
-
"version": "15.1.
|
|
3
|
+
"version": "15.1.1-canary-20250408-7f0ab53",
|
|
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": "
|
|
46
|
+
"expo-module-scripts": "4.1.1-canary-20250408-7f0ab53",
|
|
47
47
|
"react-test-renderer": "19.0.0"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
|
-
"expo": "
|
|
50
|
+
"expo": "53.0.0-canary-20250408-7f0ab53",
|
|
51
51
|
"react": "*",
|
|
52
52
|
"react-native": "*",
|
|
53
53
|
"react-native-web": "*"
|
|
@@ -56,6 +56,5 @@
|
|
|
56
56
|
"react-native-web": {
|
|
57
57
|
"optional": true
|
|
58
58
|
}
|
|
59
|
-
}
|
|
60
|
-
"gitHead": "68b8233002dc678934ba40cbade7fbc80e71aeff"
|
|
59
|
+
}
|
|
61
60
|
}
|