react-native-true-sheet/ios/events
Jovanni Lo 30a4f5ae49
fix(ios): simplify emitted position for consistent values (#248)
* fix(ios): simplify emitted position for consistent values

* refactor: rename transitioning to realtime with reversed logic

- Rename 'transitioning' property to 'realtime' in PositionChangeEventPayload
- Reverse boolean logic: realtime=true means direct value, realtime=false means animate in JS
- Update iOS: TrueSheetViewController, TrueSheetView, TrueSheetStateEvents
- Update Android: TrueSheetViewController, TrueSheetView, TrueSheetStateEvents
- Update TypeScript types and ReanimatedTrueSheet
- Update documentation
2025-11-29 10:34:45 +08:00
..
TrueSheetDragEvents.h feat: add onWillFocus and onWillBlur events for stacked sheets (#245) 2025-11-29 05:52:30 +08:00
TrueSheetDragEvents.mm feat: add onWillFocus and onWillBlur events for stacked sheets (#245) 2025-11-29 05:52:30 +08:00
TrueSheetFocusEvents.h feat: add onWillFocus and onWillBlur events for stacked sheets (#245) 2025-11-29 05:52:30 +08:00
TrueSheetFocusEvents.mm feat: add onWillFocus and onWillBlur events for stacked sheets (#245) 2025-11-29 05:52:30 +08:00
TrueSheetLifecycleEvents.h feat: add onWillFocus and onWillBlur events for stacked sheets (#245) 2025-11-29 05:52:30 +08:00
TrueSheetLifecycleEvents.mm feat: add onWillFocus and onWillBlur events for stacked sheets (#245) 2025-11-29 05:52:30 +08:00
TrueSheetStateEvents.h fix(ios): simplify emitted position for consistent values (#248) 2025-11-29 10:34:45 +08:00
TrueSheetStateEvents.mm fix(ios): simplify emitted position for consistent values (#248) 2025-11-29 10:34:45 +08:00