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
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
path: |
~/.gradle/wrapper
~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('example/android/gradle/wrapper/gradle-wrapper.properties') }}
key: ${{ runner.os }}-gradle-${{ hashFiles('yarn.lock') }}
restore-keys: |
${{ runner.os }}-gradle-

Expand Down Expand Up @@ -141,13 +141,6 @@ jobs:
with:
xcode-version: ${{ env.XCODE_VERSION }}

- name: Install cocoapods
if: env.turbo_cache_hit != 1 && steps.cocoapods-cache.outputs.cache-hit != 'true'
run: |
cd example
bundle install
bundle exec pod repo update --verbose
bundle exec pod install --project-directory=ios

- name: Build example for iOS
run: |
Expand Down
6 changes: 5 additions & 1 deletion example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
# Expo
.expo
dist/
web-build/
web-build/

# Expo prebuild generated dirs
android/
ios/
16 changes: 0 additions & 16 deletions example/Gemfile

This file was deleted.

121 changes: 0 additions & 121 deletions example/Gemfile.lock

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

23 changes: 0 additions & 23 deletions example/android/app/src/main/java/ease/example/MainActivity.kt

This file was deleted.

36 changes: 0 additions & 36 deletions example/android/app/src/main/java/ease/example/MainApplication.kt

This file was deleted.

Loading
Loading