Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 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
913c56b
ci(ios): dynamically detect available iOS simulators for CI builds
JimmyDaddy Feb 26, 2026
023838c
ci(android): improve codegen cleanup with absolute path and existence…
JimmyDaddy Feb 26, 2026
af6bbf5
refactor(android): simplify TurboModule with composition over inherit…
JimmyDaddy Feb 26, 2026
60ad46b
ci(ios): improve simulator detection and extraction logic
JimmyDaddy Feb 26, 2026
78fcca5
refactor(specs): standardize enum keys to PascalCase for codegen comp…
JimmyDaddy Feb 26, 2026
747147d
refactor(specs): standardize enum keys to camelCase for C++ codegen c…
JimmyDaddy Feb 26, 2026
25d55e1
fix(specs): standardize enum keys to PascalCase for Codegen C++ compa…
JimmyDaddy Feb 26, 2026
73aa0f3
refactor(examples): update enum references to PascalCase format
JimmyDaddy Feb 26, 2026
4b2a56e
refactor(specs): replace enum with string literal union types for Cod…
JimmyDaddy Feb 26, 2026
c1db16f
fix(android): resolve Kotlin version compatibility with host project
JimmyDaddy Feb 27, 2026
79d839c
fix(android): resolve Kotlin version compatibility and Legacy arch co…
JimmyDaddy Feb 27, 2026
c4d925c
fix(codegen): update jsSrcsDir from src to specs directory
JimmyDaddy Feb 27, 2026
9001c87
ci(android): improve build artifact cleanup for legacy architecture
JimmyDaddy Feb 27, 2026
fc57bac
ci(android): refactor legacy architecture build preparation
JimmyDaddy Feb 27, 2026
af77a86
fix(android): update CMakeLists.txt to use STATIC library for Legacy …
JimmyDaddy Feb 27, 2026
fb530ca
fix(android): add empty header file for Legacy Architecture codegen
JimmyDaddy Feb 27, 2026
213ab90
fix(android): add stub module provider for Legacy Architecture autoli…
JimmyDaddy Feb 27, 2026
5403719
ci(android): optimize emulator configuration for instrumentation tests
JimmyDaddy Feb 27, 2026
65e7b14
ci(android): remove cross-platform API level testing job
JimmyDaddy Feb 27, 2026
5c606ca
docs: reorganize development documentation into dedicated directory
JimmyDaddy Feb 27, 2026
f8b113f
docs: reorganize documentation structure and update npm packaging
JimmyDaddy Feb 27, 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