Commit eae4dd6
authored
feat(example): convert to Expo app with Expo Router (#8)
* 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/
* fix(ci): update build scripts and CI for expo prebuild
- Add build:android and build:ios scripts that run expo prebuild first
- Remove bundle install / pod install CI step (expo prebuild handles it)
- Update turbo.json inputs for generated native dirs
- Fix Gradle cache key (no longer references checked-in gradle-wrapper)
* fix(example): hide index header, remove back button title
* fix(example): use headerBackButtonDisplayMode minimal1 parent f9084cc commit eae4dd6
73 files changed
Lines changed: 2067 additions & 5793 deletions
File tree
- .github/workflows
- 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 | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | 144 | | |
152 | 145 | | |
153 | 146 | | |
| |||
| 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