StickerSmash - not able to drag icon on web

Working through tutorial, I can not drag icon on web. It does not break but I get these warnings

“selectable prop is deprecated. Use styles.userSelect.”

“transform” style array value is deprecated. Use space-separated string functions, e.g., “scaleX(2) rotateX(15deg)”

I had the same problem, the onStart() callback in web is not called, JackAttack31 in stackOverflow resolve the issue, check the link: reactjs - React Native useAnimatedGestureHandler onStart is not being called on Web ONLY - Stack Overflow