Skip to content

Commit

Permalink
Merge pull request #75 from D4ryl00/chore/bump-expo-51
Browse files Browse the repository at this point in the history
chore: update to Expo 51 and Cocoapods 1.15.2
  • Loading branch information
D4ryl00 authored May 22, 2024
2 parents 390923b + 4bbc659 commit fe638ae
Show file tree
Hide file tree
Showing 74 changed files with 1,090 additions and 6,772 deletions.
4 changes: 4 additions & 0 deletions mobile/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ yarn-error.*

# typescript
*.tsbuildinfo

# native folders
android/
ios/
4 changes: 2 additions & 2 deletions mobile/.tool-versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
nodejs 21.7.3
ruby 3.2.2
cocoapods 1.12.1
java openjdk-18.0.1.1
cocoapods 1.15.2
java openjdk-17.0.2
golang 1.21.7
14 changes: 5 additions & 9 deletions mobile/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,15 @@ node_modules: package.json package-lock.json
.PHONY: node_modules

ios: node_modules # Run the iOS app
cd ios; pod install
npm run ios
npx expo run:ios
.PHONY: ios

ios.release: node_modules # Run the iOS app in release mode
npx expo run:ios --configuration Release
.PHONY: ios.release

android: node_modules # Run the Android app
npm run android
npx expo run:android
.PHONY: android

android.reverse:
Expand Down Expand Up @@ -63,14 +62,10 @@ clean:
rm -rf .eslintcache

# Android files
rm -rf android/.gradle
rm -rf android/build
rm -rf android/app/build
rm -f android/libs/gobridge.aar
rm -rf android

# iOS files
rm -rf ios/build
rm -rf ios/Pods
rm -rf ios

.PHONY: clean

Expand All @@ -88,6 +83,7 @@ help:
@echo ""
@echo "Targets:"
@echo " ios - Build the iOS app"
@echo " ios.release - Build the iOS app in release mode"
@echo " android - Build the Android app"
@echo " start - Start the metro server"
@echo " clean - Clean the project"
Expand Down
15 changes: 0 additions & 15 deletions mobile/android/.gitignore

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

This file was deleted.

Loading

0 comments on commit fe638ae

Please sign in to comment.