Open
Conversation
- android: 0.0.3 -> 0.0.4 - ios: 0.0.3 -> 0.0.4 - react-native: 0.0.4 -> 0.0.5 Version bump to reflect recent improvements: - Device filtering fixes - Hash override mechanism - Improved emulator verification with adb - POSIX-compliant process detection Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
When ANDROID_INCLUDE_NDK is true, export ANDROID_NDK_ROOT pointing to the NDK location within the SDK. This prevents Gradle from trying to download/install the NDK at build time, which fails because the Nix store is read-only. The NDK is already included in the Nix SDK when ANDROID_INCLUDE_NDK=true, but Gradle doesn't know where to find it without ANDROID_NDK_ROOT being set. This fixes React Native builds which require the NDK. Fixes #25 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Add scripts/dev/rewrite-plugin-urls.sh to convert between github: and path: URLs - Update devbox sync to automatically rewrite URLs to local paths - Add restore-plugin-urls command to restore GitHub format - Update CI workflows (pr-checks.yml, e2e-full.yml) to rewrite URLs before tests - Allows proper plugin format (github: URLs) while testing local changes - Add generated flake.nix/lock and android.lock files to examples This solves the problem where React Native plugin includes android/ios from GitHub, preventing local testing of changes. CI and local sync now rewrite to local paths automatically. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
React Native android.lock was missing the hash override for platform-tools_r37.0.0-darwin.zip, causing Nix build failures. Added hash_overrides section with correct SHA1 hash (8c4c926d0ca192376b2a04b0318484724319e67c) to match the android example. Also updated rewrite-plugin-urls.sh to handle the react-native plugin's nested includes (android/ios). Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps plugin versions to reflect recent improvements merged in #23:
Changes in this release
Testing
Version changes only - no functional changes. CI will verify all tests still pass.
🤖 Generated with Claude Code