Skip to content

Commit

Permalink
[WIP]
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed Oct 9, 2023
1 parent 0f9b20b commit 3e77830
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ runs:
${{ runner.os }}-yarn-ng-
- name: Install dependencies
env:
POD_INSTALL: 0
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn install --immutable
shell: bash
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"start": "react-native start",
"build:android": "cd android && ./gradlew assembleRelease --no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a",
"build:ios": "cd ios && fastlane gym --export_method \"development\" --export_options \"{\\\"compileBitcode\\\":false}\" CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ GCC_OPTIMIZATION_LEVEL=0 GCC_PRECOMPILE_PREFIX_HEADER=YES ASSETCATALOG_COMPILER_OPTIMIZATION=time DEBUG_INFORMATION_FORMAT=dwarf COMPILER_INDEX_STORE_ENABLE=NO",
"detex:android": "detox build --configuration android.emu.release",
"detex:ios": "detox build --configuration ios.sim.release"
"detox:android": "detox build --configuration android.emu.release",
"detox:ios": "detox build --configuration ios.sim.release"
},
"dependencies": {
"@react-native-community/slider": "^4.4.2",
Expand Down
2 changes: 1 addition & 1 deletion scripts/bootstrap.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module.exports = {
}
).status !== 0
) {
throw new Error('Failed to run pod-install');
throw new Error('Failed to run ts-interface-builder');
}
},
},
Expand Down

0 comments on commit 3e77830

Please sign in to comment.