Skip to content

Commit 485fd5a

Browse files
committed
Add TODOs
1 parent 4be0301 commit 485fd5a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/common-app/src/apps/reanimated/examples/AnimatedTextExample.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ import Animated, {
1616
// TODO: add gauges example
1717
// TODO: convert existing examples from AnimatedTextInput to Animated.Text
1818
// TODO: convert PerformanceMonitor from AnimatedTextInput to Animated.Text
19+
// TODO: check Android
20+
// TODO: check web
21+
// TODO: sync `text` prop updates back to React as `children` prop
1922

2023
export default function AnimatedTextExample() {
2124
const sv = useSharedValue(0);

0 commit comments

Comments
 (0)