Search found 1 match

by yakimts
2025年 Jun 25日 02:16
Forum: MiniApp Development
Topic: Animation in Ray
Replies: 1
Views: 122

Animation in Ray

The versions of @ray-js/ray, @ray-js/panel-sdk 1.17.12 Is there any replacement in Ray framework for Animated.Value from react-native? I tried SpringValue from react-spring/web 10.0.1, but it does not update value after start. Code example: import React from 'react'; import { View } from '@ray-js/r...