I think the idea of Expo UI is to provide components that are then natively implemented by:
- Swift UI for iOS
- Jetpack Compose for Android
I am not sure whether the component needs to exist for both and to what extend they need to be complete primitives or can be higher order, i.e. a common combination of them.