Skip to content

Support native Expo UI for IOS #11

@johannbuscail

Description

@johannbuscail

Hey, the library is really good but I've noticed that it causes many performance issues on my devices (I have an iPhone 16 Pro Max) and I'm not the only one to say this.

Would it be possible to add support for native iOS rendering and keep the current implementation for Android?

Small implementation:

import { Text } from '@⁠expo/ui/swift-ui'

<Text
  modifiers={[
     contentTransition("numericText"),
  animation(
     Animation.spring({ response: 0.4, dampingFraction: 0.6 }),
    TOTAL_SECONDS,
  ),
  frame({ maxWidth: 400, alignment: "leading" }),
]}>{countdownString}</Text>

I think this would be very beneficial to this library, and help making it popular.

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions