@expo/ui 1.0.0-canary-20250331-817737a → 1.0.0-canary-20250402-161f57b

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.
@@ -12,13 +12,13 @@ apply plugin: 'expo-module-gradle-plugin'
12
12
  apply plugin: 'org.jetbrains.kotlin.plugin.compose'
13
13
 
14
14
  group = 'expo.modules.ui'
15
- version = '0.0.2'
15
+ version = '1.0.0-canary-20250402-161f57b'
16
16
 
17
17
  android {
18
18
  namespace "expo.modules.ui"
19
19
  defaultConfig {
20
20
  versionCode 1
21
- versionName "0.0.2"
21
+ versionName "1.0.0-canary-20250402-161f57b"
22
22
  }
23
23
  buildFeatures {
24
24
  compose true
@@ -4,6 +4,12 @@
4
4
  "modules": ["ExpoUIModule"]
5
5
  },
6
6
  "android": {
7
- "modules": ["expo.modules.ui.ExpoUIModule"]
7
+ "modules": ["expo.modules.ui.ExpoUIModule"],
8
+ "publication": {
9
+ "groupId": "expo.modules.ui",
10
+ "artifactId": "expo.modules.ui",
11
+ "version": "1.0.0-canary-20250402-161f57b",
12
+ "repository": "https://maven.pkg.github.com/expo/expo"
13
+ }
8
14
  }
9
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expo/ui",
3
- "version": "1.0.0-canary-20250331-817737a",
3
+ "version": "1.0.0-canary-20250402-161f57b",
4
4
  "description": "A collection of UI components",
5
5
  "scripts": {
6
6
  "build": "expo-module build",
@@ -27,11 +27,12 @@
27
27
  "dependencies": {},
28
28
  "devDependencies": {
29
29
  "@types/react": "~19.0.10",
30
- "expo-module-scripts": "4.0.5-canary-20250331-817737a"
30
+ "expo-module-scripts": "4.0.5-canary-20250402-161f57b"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "expo": "*",
34
34
  "react": "*",
35
35
  "react-native": "*"
36
- }
36
+ },
37
+ "gitHead": "161f57bb5f579c84f8fa0337ec596034e21760f6"
37
38
  }