moti icon indicating copy to clipboard operation
moti copied to clipboard

Expo SDK 53 library error for web app

Open pjadczak opened this issue 7 months ago • 3 comments

Is there an existing issue for this?

  • [x] I have searched the existing issues

Do you want this issue prioritized?

  • [x] Yes, I have sponsored
  • [x] Not urgent

Current Behavior

Cannot use moti components in web application for Expo SDK 53, I get an error on the screen:

Cannot destructure property '__extends' of '_tslib.default' as it is undefined.

Expected Behavior

Launching the Expo 53 web app

Steps To Reproduce

Run web app.

Versions

- Moti: 0.20.0
- Reanimated: 3.17.4
- React Native: 0.79.3

Screenshots

Image

Reproduction

npx create-expo-app@latest TestApp cd TestApp npm run start (and press "w" to start web app)

place in app <MotiView /> or other Moti component and try run.

pjadczak avatar Jun 14 '25 06:06 pjadczak