Commit be4456a
committed
feat(example): split demos into tabbed screens
Organize example app into separate bottom tab screens for easier navigation
and UI automation. Each screen is individually scrollable.
- Demos: Button, Fade, Slide, Enter/Exit, Interrupt, Rotate, Scale, Transform Origin
- Transitions: Combined, Custom Easing, Styled Card, Border Radius, Background Color, Delay, Style Re-Render
- Loops: Pulse (Reverse), Scrolling Banner
- Comparison: vs Reanimated (existing)
Added @react-navigation/native, @react-navigation/bottom-tabs, react-native-screens1 parent f64c614 commit be4456a
6 files changed
Lines changed: 968 additions & 647 deletions
File tree
- example
- src
- screens
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| 23 | + | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
| |||
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
47 | | - | |
| 50 | + | |
0 commit comments