Skip to content

Commit ba8aa6b

Browse files
authored
Merge pull request #2 from Unistyles-OSS/fix/uniwind-pro-build
fix: uniwind pro app building
2 parents 7bbc43e + e05eea4 commit ba8aa6b

File tree

8 files changed

+33
-20
lines changed

8 files changed

+33
-20
lines changed

apps/uniwind-pro/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@import "tailwindcss";
2-
@import "uniwind-pro";
2+
@import "@unistyles-oss/uniwind";
33

44
@layer theme {
55
:root {

apps/uniwind-pro/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2642,7 +2642,7 @@ DEPENDENCIES:
26422642
- RNReanimated (from `../node_modules/react-native-reanimated`)
26432643
- RNWorklets (from `../node_modules/react-native-worklets`)
26442644
- SocketRocket (~> 0.7.1)
2645-
- Uniwind (from `../node_modules/uniwind-pro`)
2645+
- "Uniwind (from `../node_modules/@unistyles-oss/uniwind`)"
26462646
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
26472647

26482648
SPEC REPOS:
@@ -2802,7 +2802,7 @@ EXTERNAL SOURCES:
28022802
RNWorklets:
28032803
:path: "../node_modules/react-native-worklets"
28042804
Uniwind:
2805-
:path: "../node_modules/uniwind-pro"
2805+
:path: "../node_modules/@unistyles-oss/uniwind"
28062806
Yoga:
28072807
:path: "../node_modules/react-native/ReactCommon/yoga"
28082808

apps/uniwind-pro/ios/uniwindpro.xcodeproj/project.pbxproj

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
/* Begin PBXShellScriptBuildPhase section */
170170
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
171171
isa = PBXShellScriptBuildPhase;
172-
buildActionMask = 2147483647;
172+
buildActionMask = 12;
173173
files = (
174174
);
175175
inputPaths = (
@@ -191,10 +191,14 @@
191191
inputFileListPaths = (
192192
"${PODS_ROOT}/Target Support Files/Pods-uniwindpro/Pods-uniwindpro-frameworks-${CONFIGURATION}-input-files.xcfilelist",
193193
);
194+
inputPaths = (
195+
);
194196
name = "[CP] Embed Pods Frameworks";
195197
outputFileListPaths = (
196198
"${PODS_ROOT}/Target Support Files/Pods-uniwindpro/Pods-uniwindpro-frameworks-${CONFIGURATION}-output-files.xcfilelist",
197199
);
200+
outputPaths = (
201+
);
198202
runOnlyForDeploymentPostprocessing = 0;
199203
shellPath = /bin/sh;
200204
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-uniwindpro/Pods-uniwindpro-frameworks.sh\"\n";
@@ -230,10 +234,14 @@
230234
inputFileListPaths = (
231235
"${PODS_ROOT}/Target Support Files/Pods-uniwindpro/Pods-uniwindpro-resources-${CONFIGURATION}-input-files.xcfilelist",
232236
);
237+
inputPaths = (
238+
);
233239
name = "[CP] Copy Pods Resources";
234240
outputFileListPaths = (
235241
"${PODS_ROOT}/Target Support Files/Pods-uniwindpro/Pods-uniwindpro-resources-${CONFIGURATION}-output-files.xcfilelist",
236242
);
243+
outputPaths = (
244+
);
237245
runOnlyForDeploymentPostprocessing = 0;
238246
shellPath = /bin/sh;
239247
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-uniwindpro/Pods-uniwindpro-resources.sh\"\n";

apps/uniwind-pro/metro.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const { getDefaultConfig, mergeConfig } = require('@react-native/metro-config')
2-
const { withUniwindConfig } = require('uniwind-pro/metro')
2+
const { withUniwindConfig } = require('@unistyles-oss/uniwind/metro')
33
const path = require('node:path')
44

55
const workspaceRoot = path.resolve(__dirname, '../../')

apps/uniwind-pro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"react-native-reanimated": "4.1.5",
1616
"react-native-worklets": "0.6.1",
1717
"tailwindcss": "4.1.14",
18-
"uniwind-pro": "./uniwind-pro-beta.0.tgz"
18+
"@unistyles-oss/uniwind": "./uniwind-pro-beta.0.tgz"
1919
},
2020
"devDependencies": {
2121
"@babel/core": "7.28.4",
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
// NOTE: This file is generated by uniwind and it should not be edited manually.
2-
/// <reference types="uniwind-pro/types" />
1+
// NOTE: This file is generated by @unistyles-oss/uniwind and it should not be edited manually.
2+
/// <reference types="@unistyles-oss/uniwind/types" />
33

4-
declare module 'uniwind' {
5-
export interface UniwindConfig {
6-
themes: readonly ['light', 'dark']
7-
}
4+
declare module '@unistyles-oss/uniwind' {
5+
export interface UniwindConfig {
6+
themes: readonly ['light', 'dark']
7+
}
88
}
99

1010
export {}

biome.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"**/dist",
1818
"**/build",
1919
"**/*.lock",
20-
"**/bun.lockb"
20+
"**/bun.lockb",
21+
"**/uniwind-types.d.ts"
2122
]
2223
},
2324
"formatter": {

bun.lock

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,14 @@
114114
"name": "uniwind-pro",
115115
"version": "0.0.1",
116116
"dependencies": {
117+
"@unistyles-oss/uniwind": "./uniwind-pro-beta.0.tgz",
117118
"@uniwind-benchmarks/benchmark": "workspace:*",
118119
"react": "19.1.1",
119120
"react-native": "0.82.0",
120121
"react-native-nitro-modules": "0.31.6",
121122
"react-native-reanimated": "4.1.5",
122123
"react-native-worklets": "0.6.1",
123124
"tailwindcss": "4.1.14",
124-
"uniwind-pro": "./uniwind-pro-beta.0.tgz",
125125
},
126126
"devDependencies": {
127127
"@babel/core": "7.28.4",
@@ -576,6 +576,8 @@
576576

577577
"@types/yargs-parser": ["@types/yargs-parser@21.0.3", "", {}, "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ=="],
578578

579+
"@unistyles-oss/uniwind": ["@unistyles-oss/uniwind@./uniwind-pro-beta.0.tgz", { "dependencies": { "@tailwindcss/node": "4.1.16", "@tailwindcss/oxide": "4.1.16", "chokidar": "4.0.3", "culori": "4.0.2", "lightningcss": "1.30.2", "react-native-nitro-modules": "0.31.6" }, "peerDependencies": { "react": ">=19.0.0", "react-native": ">=0.81.0", "react-native-reanimated": ">=4.0.0", "react-native-worklets": ">=0.6.0", "tailwindcss": ">=4" } }],
580+
579581
"@uniwind-benchmarks/benchmark": ["@uniwind-benchmarks/benchmark@workspace:packages/benchmark"],
580582

581583
"@vscode/sudo-prompt": ["@vscode/sudo-prompt@9.3.1", "", {}, "sha512-9ORTwwS74VaTn38tNbQhsA5U44zkJfcb0BdTSyyG6frP4e8KMtHuTXYmwefe5dpL8XB1aGSIVTaLjD3BbWb5iA=="],
@@ -1448,6 +1450,12 @@
14481450

14491451
"@tailwindcss/oxide-wasm32-wasi/tslib": ["tslib@2.8.1", "", { "bundled": true }, "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w=="],
14501452

1453+
"@unistyles-oss/uniwind/chokidar": ["chokidar@4.0.3", "", { "dependencies": { "readdirp": "^4.0.1" } }, "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA=="],
1454+
1455+
"@unistyles-oss/uniwind/react-native-nitro-modules": ["react-native-nitro-modules@0.31.6", "", { "peerDependencies": { "react": "*", "react-native": "*" } }, "sha512-EcKuLgYwOPrWSGC0VqxqTXjxsQBLCjl/1+ryuKwKDA4iyLr9C/8CBCn6sDS3wbmZDlNl+EPWTPU+VWC6SnPW8Q=="],
1456+
1457+
"@unistyles-oss/uniwind/tailwindcss": ["tailwindcss@4.1.14", "", {}, "sha512-b7pCxjGO98LnxVkKjaZSDeNuljC4ueKUddjENJOADtubtdo8llTaJy7HwBMeLNSSo2N5QIAgklslK1+Ir8r6CA=="],
1458+
14511459
"accepts/negotiator": ["negotiator@0.6.3", "", {}, "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg=="],
14521460

14531461
"ansi-fragments/strip-ansi": ["strip-ansi@5.2.0", "", { "dependencies": { "ansi-regex": "^4.1.0" } }, "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA=="],
@@ -1546,8 +1554,6 @@
15461554

15471555
"uniwind-pro/typescript": ["typescript@5.8.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ=="],
15481556

1549-
"uniwind-pro/uniwind-pro": ["@unistyles-oss/uniwind@./uniwind-pro-beta.0.tgz", { "dependencies": { "@tailwindcss/node": "4.1.16", "@tailwindcss/oxide": "4.1.16", "chokidar": "4.0.3", "culori": "4.0.2", "lightningcss": "1.30.2", "react-native-nitro-modules": "0.31.6" }, "peerDependencies": { "react": ">=19.0.0", "react-native": ">=0.81.0", "react-native-reanimated": ">=4.0.0", "react-native-worklets": ">=0.6.0", "tailwindcss": ">=4" } }],
1550-
15511557
"@isaacs/cliui/string-width/emoji-regex": ["emoji-regex@9.2.2", "", {}, "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="],
15521558

15531559
"@isaacs/cliui/strip-ansi/ansi-regex": ["ansi-regex@6.2.2", "", {}, "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg=="],
@@ -1560,6 +1566,8 @@
15601566

15611567
"@react-native/dev-middleware/open/is-wsl": ["is-wsl@2.2.0", "", { "dependencies": { "is-docker": "^2.0.0" } }, "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww=="],
15621568

1569+
"@unistyles-oss/uniwind/chokidar/readdirp": ["readdirp@4.1.2", "", {}, "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg=="],
1570+
15631571
"ansi-fragments/strip-ansi/ansi-regex": ["ansi-regex@4.1.1", "", {}, "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g=="],
15641572

15651573
"body-parser/debug/ms": ["ms@2.0.0", "", {}, "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="],
@@ -1608,8 +1616,6 @@
16081616

16091617
"sucrase/glob/minimatch": ["minimatch@9.0.5", "", { "dependencies": { "brace-expansion": "^2.0.1" } }, "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow=="],
16101618

1611-
"uniwind-pro/uniwind-pro/chokidar": ["chokidar@4.0.3", "", { "dependencies": { "readdirp": "^4.0.1" } }, "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA=="],
1612-
16131619
"uniwind/uniwind/chokidar": ["chokidar@4.0.3", "", { "dependencies": { "readdirp": "^4.0.1" } }, "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA=="],
16141620

16151621
"@istanbuljs/load-nyc-config/find-up/locate-path/p-locate": ["p-locate@4.1.0", "", { "dependencies": { "p-limit": "^2.2.0" } }, "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A=="],
@@ -1624,8 +1630,6 @@
16241630

16251631
"sucrase/glob/minimatch/brace-expansion": ["brace-expansion@2.0.2", "", { "dependencies": { "balanced-match": "^1.0.0" } }, "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ=="],
16261632

1627-
"uniwind-pro/uniwind-pro/chokidar/readdirp": ["readdirp@4.1.2", "", {}, "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg=="],
1628-
16291633
"uniwind/uniwind/chokidar/readdirp": ["readdirp@4.1.2", "", {}, "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg=="],
16301634

16311635
"@istanbuljs/load-nyc-config/find-up/locate-path/p-locate/p-limit": ["p-limit@2.3.0", "", { "dependencies": { "p-try": "^2.0.0" } }, "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w=="],

0 commit comments

Comments
 (0)