Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
9c8d30c
feat: new arch support
JimmyDaddy Jan 31, 2026
c29fd95
feat: muti version and arch opt
JimmyDaddy Jan 31, 2026
20e8c46
ci: keep lock files
JimmyDaddy Jan 31, 2026
5ff7fca
ci: ci fix
JimmyDaddy Jan 31, 2026
0a9214b
fix: typecheck exclude examples
JimmyDaddy Jan 31, 2026
13d52c0
fix: android build ci
JimmyDaddy Feb 1, 2026
63fe025
fix: ios xocde build ci
JimmyDaddy Feb 1, 2026
34fbcd4
fix: build ci
JimmyDaddy Feb 1, 2026
f0bc3b2
fix: build ci
JimmyDaddy Feb 2, 2026
9e6d8cd
feat: add cross-platform architecture switching and CI dependency man…
JimmyDaddy Feb 25, 2026
76ec4d1
ci: replace ci-deps-manager script with direct yarn install commands
JimmyDaddy Feb 25, 2026
95ab4f1
ci: improve cross-platform testing and build reliability
JimmyDaddy Feb 25, 2026
4899e32
ci: improve Android build reliability and refactor iOS podspec config…
JimmyDaddy Feb 25, 2026
a6dcb1e
ci: fix Android build with Kotlin version config and Codegen setup
JimmyDaddy Feb 25, 2026
911259b
fix(ios): enable modular headers for Swift compatibility in New Archi…
JimmyDaddy Feb 25, 2026
ad09c22
ci: refactor iOS setup and CocoaPods installation workflow
JimmyDaddy Feb 25, 2026
80b6856
feat(android): reorganize architecture-specific modules and fix Fabri…
JimmyDaddy Feb 25, 2026
7e3c0a3
test(regression): add file existence checks for platform-specific bui…
JimmyDaddy Feb 25, 2026
fcc63d5
ci: improve CocoaPods cache handling and podspec resolution
JimmyDaddy Feb 25, 2026
ed71e3c
fix(ci): enhance Android build logging and remove build-cache
JimmyDaddy Feb 25, 2026
ecf912d
ci(android): simplify build logging by removing ci-error-handler wrapper
JimmyDaddy Feb 25, 2026
2849114
ci(ios): streamline CocoaPods cache restore keys and add recovery logic
JimmyDaddy Feb 25, 2026
3a0c2f6
ci(android): add gradle verification and artifact cleanup for cross-p…
JimmyDaddy Feb 25, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ runs:
- name: Install dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: |
yarn install --cwd example --frozen-lockfile
yarn install --frozen-lockfile
./scripts/ci-deps-manager.sh install example false 3
./scripts/ci-deps-manager.sh install . false 3
shell: bash
Loading
Loading