Commit Graph

5 Commits

Author SHA1 Message Date
Chris Daßler
41df685c51 chore: bump version to 1.1.0-beta.3
- Lower @react-native/metro-config peer dependency to >=0.79.6
- Enables compatibility with React Native 0.79.x projects

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-11 12:57:26 +02:00
Chris Daßler
e05f091342 Fix Metro bundler refresh issue by preventing unnecessary file writes
- Only write auto-generated.d.ts when actual content changes
- Strip timestamp lines when comparing content to detect real changes
- Prevents Metro from refreshing when type content is unchanged
- Fixes flickering "Refreshing..." issue across all connected devices

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-05 22:40:57 +02:00
Chris Daßler
6e775258d1 feat: add branch support, sync resolution, and dynamic cache TTL
- Add branch detection in parseRemoteIOR for GitHub and Gitea
- Support fetching from branches in addition to tags
- Implement synchronous remote resolution using sync-fetch
- Add dynamic cache TTL based on version type (beta/rc/branch/stable)
- Export sync functions for Metro bundler usage
- Fix remote component resolution in Metro (no more sync errors)
2025-09-29 12:32:41 +02:00
54d0d245d6 Fix package by testing real world examples (#1)
Co-authored-by: Chris Daßler <chris.dassler@me.com>
Reviewed-on: #1
2025-08-29 07:42:17 +02:00
Chris Daßler
e1fb6e6acc Initial commit 2025-08-29 04:22:52 +02:00