Is react-native-reanimated support Web display

After following the steps by expo lecture – StickerSmash , I can’t add sticker on image and get the error

Compiled with problems:

ERROR
_frameTimestamp is not defined
ReferenceError: _frameTimestamp is not defined
at _f (http://localhost:19006/static/js/bundle.js:26912:9)
at Mapper._f [as mapper] (http://localhost:19006/static/js/bundle.js:27190:11)

Totally have no idea to do next

chatGPT said that I have to use other plugin, like react-native-web to accomplish the animate effect.

StickerSmash should work on web. There’s some steps relevant to Reanimated compatibility on this page, you’ll want to double-check those.https://docs.expo.dev/tutorial/gestures/. When you run npx expo start and choose to start it on web, it should prompt you to add react-native-web if it’s not already installed.

1 Like

Indeed!
Thank you for your help

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.