There was an error while loading. Please reload this page.
2 parents ac60085 + bd47ea9 commit 9dae525Copy full SHA for 9dae525
template/src/components/AsyncButton.tsx
@@ -28,7 +28,6 @@ export function AsyncButton({
28
29
onPress?.(e);
30
31
- // TODO: Maybe change to Animated.sequence
32
Animated.sequence([
33
Animated.timing(progress, {
34
toValue: 1,
0 commit comments