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
- Add
context as a parameter to HybridViews (#583) (98a7855)
💨 Performance Improvements
- Replace
getClass() with javaClassStatic() (#582) (6e2dbea)
🐛 Bug Fixes
- Generate separate function for
invoke_cxx (#581) (12d10c8)
📚 Documentation
- Add Ko-Fi to sponsor/funding page (757c670)