Skip to content

Commit

Permalink
ibid
Browse files Browse the repository at this point in the history
  • Loading branch information
boorad committed Aug 11, 2024
1 parent c6db590 commit 409d7e5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 23 deletions.
31 changes: 10 additions & 21 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,31 +27,20 @@ jobs:
with:
bun-version: 1.1.21

# - name: Setup Ruby (bundle)
# uses: ruby/setup-ruby@v1
# with:
# ruby-version: 3.3
# bundler-cache: true
# working-directory: example/ios

- name: Bootstrap JS
run: |
bun install_tsc
- name: Restore Pods cache
uses: actions/cache@v4
with:
path: |
example/ios/Pods
~/Library/Caches/CocoaPods
~/.cocoapods
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
restore-keys: |
${{ runner.os }}-pods-
# - name: Install Gems
# working-directory: example
# run: bundle config set deployment 'true' && bundle install
# - name: Restore Pods cache
# uses: actions/cache@v4
# with:
# path: |
# example/ios/Pods
# ~/Library/Caches/CocoaPods
# ~/.cocoapods
# key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
# restore-keys: |
# ${{ runner.os }}-pods-

- name: Install Pods
run: bun pods
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ dependencies {
}
}

apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project)
apply from: file("../../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project)
5 changes: 4 additions & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"@babel/preset-env": "7.25.3",
"@babel/runtime": "7.25.0",
"@eslint/compat": "^1.1.1",
"@eslint/js": "^9.9.0",
"@react-native/babel-preset": "0.74.86",
"@react-native/eslint-config": "0.74.86",
"@react-native/eslint-plugin": "0.74.86",
Expand All @@ -53,10 +54,12 @@
"babel-jest": "29.7.0",
"babel-plugin-module-resolver": "5.0.2",
"eslint": "9.8.0",
"eslint-plugin-react-native": "^4.1.0",
"jest": "29.7.0",
"prettier": "3.3.3",
"react-test-renderer": "18.2.0",
"typescript": "5.0.4"
"typescript": "5.0.4",
"typescript-eslint": "^8.0.1"
},
"engines": {
"node": ">=18"
Expand Down

0 comments on commit 409d7e5

Please sign in to comment.