react-native-camera-kit-no-.../android
Ivan Vershigora 4e7527cbe3
Fix Android build: Add stub implementations for new Codegen methods
After syncing TypeScript layer with allowedBarcodeTypes and iOsSleepBeforeStarting props,
the auto-generated CKCameraManagerInterface requires these methods to be implemented.

Added stub implementations in both newarch and oldarch:
- setAllowedBarcodeTypes: No-op (fork is QR-only, doesn't use filtering)
- setIOsSleepBeforeStarting: No-op (iOS-only prop)

Both methods accept the props for API compatibility but have no effect on Android.

Verified: Android build now compiles successfully

🤖 Generated with Claude Code

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-08 00:05:54 +00:00
..
gradle/wrapper RN 0.62.3 -> 0.74.1 for library 2024-05-14 18:57:29 -07:00
src Fix Android build: Add stub implementations for new Codegen methods 2026-01-08 00:05:54 +00:00
build.gradle Update limpbrains/qr dependency to v0.0.2 2026-01-07 23:53:32 +00:00
gradlew Fixed lint issues 2025-06-09 14:05:14 -07:00
gradlew.bat RN 0.62.3 -> 0.74.1 for library 2024-05-14 18:57:29 -07:00