Commit 076f500
committed
feat(example): convert to Expo app with Expo Router list→detail nav
- Remove checked-in android/ and ios/ dirs (generated by expo prebuild)
- Add expo-router with file-based routing in example/app/
- Home screen: SectionList grouping all 19 demos (Basic, Transform, Timing, Style, Loop, Advanced)
- Detail screen: dynamic route app/[demo].tsx per demo
- Extract each demo to individual files in example/src/demos/
- Demo registry in example/src/demos/index.ts for easy lookup
- Remove Gemfile (native dirs managed by expo prebuild)
- Update .gitignore to exclude generated android/ and ios/1 parent f64c614 commit 076f500
71 files changed
Lines changed: 2042 additions & 5775 deletions
File tree
- example
- android
- app
- src/main
- java/ease/example
- res
- drawable
- mipmap-hdpi
- mipmap-mdpi
- mipmap-xhdpi
- mipmap-xxhdpi
- mipmap-xxxhdpi
- values
- gradle/wrapper
- app
- ios
- EaseExample.xcodeproj
- EaseExample.xcworkspace
- EaseExample
- Images.xcassets
- AppIcon.appiconset
- src
- components
- demos
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
This file was deleted.
This file was deleted.
This file was deleted.
Binary file not shown.
This file was deleted.
This file was deleted.
Lines changed: 0 additions & 23 deletions
This file was deleted.
Lines changed: 0 additions & 36 deletions
This file was deleted.
0 commit comments