Skip to content

Commit 076f500

Browse files
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

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

example/.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@
22
# Expo
33
.expo
44
dist/
5-
web-build/
5+
web-build/
6+
7+
# Expo prebuild generated dirs
8+
android/
9+
ios/

example/Gemfile

Lines changed: 0 additions & 16 deletions
This file was deleted.

example/Gemfile.lock

Lines changed: 0 additions & 121 deletions
This file was deleted.

example/android/app/build.gradle

Lines changed: 0 additions & 124 deletions
This file was deleted.

example/android/app/debug.keystore

-2.2 KB
Binary file not shown.

example/android/app/proguard-rules.pro

Lines changed: 0 additions & 10 deletions
This file was deleted.

example/android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 27 deletions
This file was deleted.

example/android/app/src/main/java/ease/example/MainActivity.kt

Lines changed: 0 additions & 23 deletions
This file was deleted.

example/android/app/src/main/java/ease/example/MainApplication.kt

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)