Skip to content

Commit d4283da

Browse files
authored
Merge pull request #11 from kingstinct/fix-publish-and-upgrade-stuff
Fix publish and upgrade stuff
2 parents 19ace7b + f558ff2 commit d4283da

8 files changed

Lines changed: 472 additions & 370 deletions

File tree

.changeset/quick-chairs-yell.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@kingstinct/react-native-activity-kit": patch
3+
---
4+
5+
fix publishing

.github/workflows/test.yml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
- uses: oven-sh/setup-bun@v2
6969

70-
- run: bun install --ignore-scripts --frozen-lockfile
70+
- run: bun install --ignore-scripts
7171

7272
- name: Typecheck
7373
run: bun run typecheck
@@ -84,7 +84,7 @@ jobs:
8484

8585
- uses: oven-sh/setup-bun@v2
8686

87-
- run: bun install --ignore-scripts --frozen-lockfile
87+
- run: bun install --ignore-scripts
8888

8989
- name: Lint
9090
run: bun run lint
@@ -101,46 +101,46 @@ jobs:
101101

102102
- uses: oven-sh/setup-bun@v2
103103

104-
- run: bun install --ignore-scripts --frozen-lockfile
104+
- run: bun install --ignore-scripts
105105

106106
- run: brew install swiftlint
107107

108108
- name: Lint
109109
run: bun run swiftlint
110110

111-
build-ios-beta:
112-
# Only run on macOS since we need Xcode
113-
runs-on: macos-15
114-
timeout-minutes: 50
111+
# build-ios-beta:
112+
# # Only run on macOS since we need Xcode
113+
# runs-on: macos-15
114+
# timeout-minutes: 50
115115

116-
steps:
117-
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
118-
- uses: actions/checkout@v4
116+
# steps:
117+
# # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
118+
# - uses: actions/checkout@v4
119119

120-
- uses: oven-sh/setup-bun@v2
120+
# - uses: oven-sh/setup-bun@v2
121121

122-
- name: Install dependencies
123-
run: bun install --ignore-scripts --frozen-lockfile
122+
# - name: Install dependencies
123+
# run: bun install --ignore-scripts
124124

125-
## latest stable
126-
- run: sudo xcode-select -s /Applications/Xcode_26_beta.app
125+
# ## latest stable
126+
# - run: sudo xcode-select -s /Applications/Xcode_26_beta.app
127127

128-
- name: Install iOS 26 simulator runtime
129-
run: |
130-
xcodebuild -downloadPlatform iOS
131-
# optional but useful:
132-
xcrun simctl list runtimes
128+
# - name: Install iOS 26 simulator runtime
129+
# run: |
130+
# xcodebuild -downloadPlatform iOS
131+
# # optional but useful:
132+
# xcrun simctl list runtimes
133133

134-
- run: bun run specs
135-
working-directory: packages/react-native-activity-kit
134+
# - run: bun run specs
135+
# working-directory: packages/react-native-activity-kit
136136

137-
- name: Expo Prebuild
138-
working-directory: apps/activity-kit-example
139-
run: bunx expo prebuild --platform ios
137+
# - name: Expo Prebuild
138+
# working-directory: apps/activity-kit-example
139+
# run: bunx expo prebuild --platform ios
140140

141-
- name: Build iOS project
142-
working-directory: apps/activity-kit-example
143-
run: bun run build-sim
141+
# - name: Build iOS project
142+
# working-directory: apps/activity-kit-example
143+
# run: bun run build-sim
144144

145145

146146
build-ios:
@@ -155,7 +155,7 @@ jobs:
155155
- uses: oven-sh/setup-bun@v2
156156

157157
- name: Install dependencies
158-
run: bun install --ignore-scripts --frozen-lockfile
158+
run: bun install --ignore-scripts
159159

160160
## latest stable
161161
- run: sudo xcode-select -s /Applications/Xcode_16.4.app
@@ -187,7 +187,7 @@ jobs:
187187
# - run: sudo xcode-select -s /Applications/Xcode_16.2.app
188188

189189
# - name: Install dependencies
190-
# run: bun install --ignore-scripts --frozen-lockfile
190+
# run: bun install --ignore-scripts
191191

192192
# - run: bun run specs
193193
# working-directory: packages/react-native-activity-kit

apps/activity-kit-example/app.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@
4444
}
4545
}
4646
],
47-
"@bacons/apple-targets"
47+
"@bacons/apple-targets",
48+
"expo-font",
49+
"expo-web-browser"
4850
],
4951
"experiments": {
5052
"typedRoutes": true

apps/activity-kit-example/package.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -12,40 +12,40 @@
1212
},
1313
"dependencies": {
1414
"@bacons/apple-targets": "^3.0.2",
15-
"@expo/vector-icons": "^14.1.0",
15+
"@expo/vector-icons": "^15.0.2",
1616
"@kingstinct/react-native-activity-kit": "workspace:*",
1717
"@react-navigation/bottom-tabs": "^7.3.10",
18-
"@react-navigation/elements": "^2.3.8",
18+
"@react-navigation/elements": "^2.6.4",
1919
"@react-navigation/native": "^7.1.6",
20-
"expo": "~53.0.20",
21-
"expo-blur": "~14.1.5",
22-
"expo-build-properties": "~0.14.8",
23-
"expo-constants": "~17.1.7",
24-
"expo-font": "~13.3.2",
25-
"expo-haptics": "~14.1.4",
26-
"expo-image": "~2.4.0",
27-
"expo-linking": "~7.1.7",
28-
"expo-notifications": "^0.31.4",
29-
"expo-router": "~5.1.4",
30-
"expo-splash-screen": "~0.30.10",
31-
"expo-status-bar": "~2.2.3",
32-
"expo-symbols": "~0.4.5",
33-
"expo-system-ui": "~5.0.10",
34-
"expo-web-browser": "~14.2.0",
35-
"react": "19.0.0",
36-
"react-dom": "19.0.0",
37-
"react-native": "0.79.5",
38-
"react-native-gesture-handler": "~2.24.0",
39-
"react-native-nitro-modules": "^0.27.3",
40-
"react-native-reanimated": "~3.17.4",
41-
"react-native-safe-area-context": "5.4.0",
42-
"react-native-screens": "~4.11.1",
43-
"react-native-web": "~0.20.0",
44-
"react-native-webview": "13.13.5"
20+
"expo": "54",
21+
"expo-blur": "~15.0.6",
22+
"expo-build-properties": "~1.0.7",
23+
"expo-constants": "~18.0.8",
24+
"expo-font": "~14.0.7",
25+
"expo-haptics": "~15.0.6",
26+
"expo-image": "~3.0.7",
27+
"expo-linking": "~8.0.7",
28+
"expo-notifications": "~0.32.10",
29+
"expo-router": "~6.0.0",
30+
"expo-splash-screen": "~31.0.8",
31+
"expo-status-bar": "~3.0.7",
32+
"expo-symbols": "~1.0.6",
33+
"expo-system-ui": "~6.0.7",
34+
"expo-web-browser": "~15.0.6",
35+
"react": "19.1.0",
36+
"react-dom": "19.1.0",
37+
"react-native": "0.81.4",
38+
"react-native-gesture-handler": "~2.28.0",
39+
"react-native-nitro-modules": "^0.29.4",
40+
"react-native-reanimated": "~4.1.0",
41+
"react-native-safe-area-context": "~5.6.0",
42+
"react-native-screens": "~4.16.0",
43+
"react-native-web": "~0.21.1",
44+
"react-native-webview": "13.15.0"
4545
},
4646
"devDependencies": {
47-
"@babel/core": "^7.25.2",
48-
"@types/react": "~19.0.10"
47+
"@babel/core": "^7.28.4",
48+
"@types/react": "~19.1.10"
4949
},
5050
"private": true
5151
}

biome.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@
5555
"files": {
5656
"includes": [
5757
"**/*",
58-
"!**/docs/**",
59-
"!**/lib/**",
60-
"!**/.expo/**",
61-
"!**/ios/**",
58+
"!**/docs",
59+
"!**/lib",
60+
"!**/.expo",
61+
"!**/ios",
6262
"!.vscode/*",
6363
"!.claude/*"
6464
]

0 commit comments

Comments
 (0)