Switch language한국어
Back to the list

Control SwiftUI and Compose State Synchronously with Worklets in Expo UI

TL;DR AI

Key summary

2 min read
  1. Expo UI SDK 56 adds worklet-based native state control for React Native apps.

  2. With useNativeState and worklet callbacks, SwiftUI and Compose state can update synchronously on the UI thread.

  3. Supported controls like TextInput no longer need bridge round-trips, cutting UI latency.

  4. That enables immediate transformations such as input masking with smoother, flicker-free interactions.

Read the original