Control SwiftUI and Compose State Synchronously with Worklets in Expo UI

TL;DR AI
2 min readKey summary
Expo UI SDK 56 adds worklet-based native state control for React Native apps.
With useNativeState and worklet callbacks, SwiftUI and Compose state can update synchronously on the UI thread.
Supported controls like TextInput no longer need bridge round-trips, cutting UI latency.
That enables immediate transformations such as input masking with smoother, flicker-free interactions.
