You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const color1Shared = useSharedValue('#00F1A7');
useEffect(()=> {
// get TS error: Type 'number' is not assignable to type 'string'.ts
color1Shared.value = withPause(
withRepeat(withDelay(4000, withTiming('#FFD651',{duration:3000})), -1, true),
isPausedShared,
);
}, [color1Shared])
Example:
The text was updated successfully, but these errors were encountered: