Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: move to expo for better web support #286

Merged
merged 2 commits into from
Sep 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
83 changes: 0 additions & 83 deletions .detoxrc.js

This file was deleted.

18 changes: 18 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,21 @@ yarn-error.log

# Temporary files created by Metro to check the health of the file watcher
.metro-health-check*

# expo
.expo/
dist/
npm-debug.*
*.jks
*.p8
*.p12
*.key
*.mobileprovision
*.orig.*
web-build/

/coverage/

.env

.env.local
4 changes: 0 additions & 4 deletions .husky/commit-msg

This file was deleted.

4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

13 changes: 0 additions & 13 deletions .run/android.run.xml

This file was deleted.

13 changes: 0 additions & 13 deletions .run/ios.run.xml

This file was deleted.

9 changes: 0 additions & 9 deletions Gemfile

This file was deleted.

133 changes: 0 additions & 133 deletions android/app/build.gradle

This file was deleted.

Binary file removed android/app/debug.keystore
Binary file not shown.
14 changes: 0 additions & 14 deletions android/app/proguard-rules.pro

This file was deleted.

33 changes: 0 additions & 33 deletions android/app/src/androidTest/java/com/mobydick/DetoxTest.java

This file was deleted.

9 changes: 0 additions & 9 deletions android/app/src/debug/AndroidManifest.xml

This file was deleted.

29 changes: 0 additions & 29 deletions android/app/src/main/AndroidManifest.xml

This file was deleted.

Empty file.
Binary file removed android/app/src/main/assets/fonts/Inter-Bold.ttf
Binary file not shown.
Binary file not shown.
Binary file removed android/app/src/main/assets/fonts/Inter-Italic.ttf
Binary file not shown.
Binary file removed android/app/src/main/assets/fonts/Inter-Medium.ttf
Binary file not shown.
Binary file removed android/app/src/main/assets/fonts/Inter-Regular.ttf
Binary file not shown.
Binary file not shown.
Binary file removed android/app/src/main/assets/fonts/Neotis.ttf
Binary file not shown.
Binary file removed android/app/src/main/ic_launcher-playstore.png
Binary file not shown.
Loading