0.24.1 (2025-02-24)
⚠️ BREAKING CHANGES
- All
HybridView
classes now need to take in a single parameter for their constructor:context: ThemedReactContext
98a7855
- class HybridCameraView : HybridCameraViewSpec() {
+ class HybridCameraView(val context: ThemedReactContext) : HybridCameraViewSpec() {
✨ Features
💨 Performance Improvements
🐛 Bug Fixes
📚 Documentation
- Add Ko-Fi to sponsor/funding page (757c670)