Skip to content
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22
cache: 'npm'
env:
NODE_OPTIONS: "--max_old_space_size=4096"
Expand Down
14 changes: 13 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ local.properties
.cxx/
*.keystore
!debug.keystore
android/app/google-services.json
google-services.json

# node.js
#
Expand Down Expand Up @@ -62,8 +62,20 @@ npm-debug.log
# Temporary files created by Metro to check the health of the file watcher
.metro-health-check*

# Expo
.expo/
android/
ios/
dist/

# VS Code
.vscode

# Testing
coverage

# @generated expo-cli sync-2b81b286409207a5da26e14c78851eb30d8ccbdb
# The following patterns were generated by expo-cli

expo-env.d.ts
# @end expo-cli
51 changes: 0 additions & 51 deletions App.tsx

This file was deleted.

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

This file was deleted.

Binary file removed android/app/debug.keystore
Binary file not shown.
105 changes: 0 additions & 105 deletions android/app/google-services.json.sample

This file was deleted.

14 changes: 0 additions & 14 deletions android/app/proguard-rules.pro

This file was deleted.

Loading
Loading