expo-gl 16.0.0-canary-20250402-161f57b → 16.0.0-canary-20250403-13261ac
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 +2 -2
- package/local-maven-repo/host/exp/exponent/expo.modules.gl/16.0.0-canary-20250403-13261ac/expo.modules.gl-16.0.0-canary-20250403-13261ac-sources.jar +0 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.gl/16.0.0-canary-20250403-13261ac/expo.modules.gl-16.0.0-canary-20250403-13261ac-sources.jar.md5 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.gl/16.0.0-canary-20250403-13261ac/expo.modules.gl-16.0.0-canary-20250403-13261ac-sources.jar.sha1 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.gl/16.0.0-canary-20250403-13261ac/expo.modules.gl-16.0.0-canary-20250403-13261ac-sources.jar.sha256 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.gl/16.0.0-canary-20250403-13261ac/expo.modules.gl-16.0.0-canary-20250403-13261ac-sources.jar.sha512 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.gl/16.0.0-canary-20250403-13261ac/expo.modules.gl-16.0.0-canary-20250403-13261ac.aar +0 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.gl/16.0.0-canary-20250403-13261ac/expo.modules.gl-16.0.0-canary-20250403-13261ac.aar.md5 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.gl/16.0.0-canary-20250403-13261ac/expo.modules.gl-16.0.0-canary-20250403-13261ac.aar.sha1 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.gl/16.0.0-canary-20250403-13261ac/expo.modules.gl-16.0.0-canary-20250403-13261ac.aar.sha256 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.gl/16.0.0-canary-20250403-13261ac/expo.modules.gl-16.0.0-canary-20250403-13261ac.aar.sha512 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.gl/16.0.0-canary-20250403-13261ac/expo.modules.gl-16.0.0-canary-20250403-13261ac.module +87 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.gl/16.0.0-canary-20250403-13261ac/expo.modules.gl-16.0.0-canary-20250403-13261ac.module.md5 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.gl/16.0.0-canary-20250403-13261ac/expo.modules.gl-16.0.0-canary-20250403-13261ac.module.sha1 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.gl/16.0.0-canary-20250403-13261ac/expo.modules.gl-16.0.0-canary-20250403-13261ac.module.sha256 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.gl/16.0.0-canary-20250403-13261ac/expo.modules.gl-16.0.0-canary-20250403-13261ac.module.sha512 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.gl/16.0.0-canary-20250403-13261ac/expo.modules.gl-16.0.0-canary-20250403-13261ac.pom +35 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.gl/16.0.0-canary-20250403-13261ac/expo.modules.gl-16.0.0-canary-20250403-13261ac.pom.md5 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.gl/16.0.0-canary-20250403-13261ac/expo.modules.gl-16.0.0-canary-20250403-13261ac.pom.sha1 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.gl/16.0.0-canary-20250403-13261ac/expo.modules.gl-16.0.0-canary-20250403-13261ac.pom.sha256 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.gl/16.0.0-canary-20250403-13261ac/expo.modules.gl-16.0.0-canary-20250403-13261ac.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 -4
package/android/build.gradle
CHANGED
|
@@ -9,7 +9,7 @@ def reactNativeArchitectures() {
|
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
group = 'host.exp.exponent'
|
|
12
|
-
version = '16.0.0-canary-
|
|
12
|
+
version = '16.0.0-canary-20250403-13261ac'
|
|
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 "16.0.0-canary-
|
|
25
|
+
versionName "16.0.0-canary-20250403-13261ac"
|
|
26
26
|
|
|
27
27
|
externalNativeBuild {
|
|
28
28
|
cmake {
|
package/expo-module.config.json
CHANGED
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
"publication": {
|
|
10
10
|
"groupId": "host.exp.exponent",
|
|
11
11
|
"artifactId": "expo.modules.gl",
|
|
12
|
-
"version": "16.0.0-canary-
|
|
13
|
-
"repository": "
|
|
12
|
+
"version": "16.0.0-canary-20250403-13261ac",
|
|
13
|
+
"repository": "local-maven-repo"
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
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
|
+
9ca1e2342025a3e7d4e2d6058f585836
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
9deaed81e51c9315503f8bf5096881f3be054eba
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
96d7eec6271fbe33c1e99629c7b93693b21a9c33823258538a4de1c057ae56d7
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
a34564cca2aa1da1ea10a70a4edfc5c68be580cec8972d86e694ae06ba0347e6f720c13b2a1090989815b249f998d8d1b8273583e2fc884ff050256d75058ed7
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
{
|
|
2
|
+
"formatVersion": "1.1",
|
|
3
|
+
"component": {
|
|
4
|
+
"group": "host.exp.exponent",
|
|
5
|
+
"module": "expo.modules.gl",
|
|
6
|
+
"version": "16.0.0-canary-20250403-13261ac",
|
|
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-16.0.0-canary-20250403-13261ac.aar",
|
|
28
|
+
"url": "expo.modules.gl-16.0.0-canary-20250403-13261ac.aar",
|
|
29
|
+
"size": 1044041,
|
|
30
|
+
"sha512": "a34564cca2aa1da1ea10a70a4edfc5c68be580cec8972d86e694ae06ba0347e6f720c13b2a1090989815b249f998d8d1b8273583e2fc884ff050256d75058ed7",
|
|
31
|
+
"sha256": "96d7eec6271fbe33c1e99629c7b93693b21a9c33823258538a4de1c057ae56d7",
|
|
32
|
+
"sha1": "9deaed81e51c9315503f8bf5096881f3be054eba",
|
|
33
|
+
"md5": "9ca1e2342025a3e7d4e2d6058f585836"
|
|
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-16.0.0-canary-20250403-13261ac.aar",
|
|
57
|
+
"url": "expo.modules.gl-16.0.0-canary-20250403-13261ac.aar",
|
|
58
|
+
"size": 1044041,
|
|
59
|
+
"sha512": "a34564cca2aa1da1ea10a70a4edfc5c68be580cec8972d86e694ae06ba0347e6f720c13b2a1090989815b249f998d8d1b8273583e2fc884ff050256d75058ed7",
|
|
60
|
+
"sha256": "96d7eec6271fbe33c1e99629c7b93693b21a9c33823258538a4de1c057ae56d7",
|
|
61
|
+
"sha1": "9deaed81e51c9315503f8bf5096881f3be054eba",
|
|
62
|
+
"md5": "9ca1e2342025a3e7d4e2d6058f585836"
|
|
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-16.0.0-canary-20250403-13261ac-sources.jar",
|
|
77
|
+
"url": "expo.modules.gl-16.0.0-canary-20250403-13261ac-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
|
+
9a1c0ed32415956bc6d3e5388f700cf4
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1c402054171fc825944693c7e1a9014488e02ca8
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
c2ad34c7b491a00c1296d9d641b1f2db41b6cf918cc382d3248f664ca1e21b78
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
2372d2f8d309579c4d16028270d46cc94016ef90644c5687691db81ab7656f3913c5f7a93f5a8279c364ca4223adbb04e70cf5e71b4fa2b54ce8ff5d4935701d
|
|
@@ -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>16.0.0-canary-20250403-13261ac</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
|
+
a0b67f936a5773423ef5bf6dc35a2798
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
e3d01e9b4a672744690bc3ffa7115f7c4ee75086
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
be61149f1e9b627ac0b28847387bfc246e162105ec40eed2eb87da2ee3b66054
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
bad1f135e0e63f58cd7a7311420ec62fd5df8cca93408b6d5fef7c424dbcb44dfc626f013c2250de3b0dddce603f7e74e34f42582663e98b3bb70423fe6cf259
|
|
@@ -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>16.0.0-canary-20250403-13261ac</latest>
|
|
7
|
+
<release>16.0.0-canary-20250403-13261ac</release>
|
|
8
|
+
<versions>
|
|
9
|
+
<version>16.0.0-canary-20250403-13261ac</version>
|
|
10
|
+
</versions>
|
|
11
|
+
<lastUpdated>20250402223118</lastUpdated>
|
|
12
|
+
</versioning>
|
|
13
|
+
</metadata>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
81c0a318664260914faab8f51f382cd4
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
26d58024a95125ec12e07265373a2df0927c7517
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
a1df349c70cf1e540374ddec2448d0699904cf086da6d6f0d442a1050864baa5
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
6455b6bd0eca4c2bb9ef9046d7a724a6f48e24007f0cb0e2df2e80f41d1b3ee4e8276ad35e41bbe265cee89791ed1c95fe99239c6e8b657a905bbe348bcfb67f
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-gl",
|
|
3
|
-
"version": "16.0.0-canary-
|
|
3
|
+
"version": "16.0.0-canary-20250403-13261ac",
|
|
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": "4.0.5-canary-
|
|
46
|
+
"expo-module-scripts": "4.0.5-canary-20250403-13261ac",
|
|
47
47
|
"react-test-renderer": "19.0.0"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
|
-
"expo": "53.0.0-canary-
|
|
50
|
+
"expo": "53.0.0-canary-20250403-13261ac",
|
|
51
51
|
"react": "*",
|
|
52
52
|
"react-native": "*",
|
|
53
53
|
"react-native-web": "*"
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"optional": true
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "13261ac5856369e1ce42ef4c380d5af1d7a40392"
|
|
61
61
|
}
|