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])
"react-native-redash": "^18.1.0",
"react-native": "0.68.2",
"typescript": "^4.4.4"