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 c602093 commit 36c3100
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:

- name: Build example for Android
run: |
yarn install --immutable
yarn install
yarn turbo run detox:android --cache-dir="${{ env.TURBO_CACHE_DIR }}"
- name: Run e2e tests
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:

- name: Build example for iOS
run: |
yarn install --immutable
yarn install
yarn turbo run detox:ios --cache-dir="${{ env.TURBO_CACHE_DIR }}"
- uses: futureware-tech/simulator-action@v1
Expand Down
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"@rneui/themed": "^4.0.0-rc.7",
"react": "18.2.0",
"react-native": "0.72.5",
"react-native-agora-rawdata": "git+https://github.com/AgoraLibrary/react-native-agora-rawdata.git#7fa07cc6308808f5f7e1c2e56502835471323707",
"react-native-agora-rawdata": "github:AgoraLibrary/react-native-agora-rawdata",
"react-native-chart-kit": "^6.12.0",
"react-native-color-picker": "^0.6.0",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.9.0",
"react-native-image-tool": "git+https://github.com/LichKing-2234/react-native-image-tools.git#6ac74db10da838f1e529c364dfe2fb92293a12f7",
"react-native-image-tool": "github:LichKing-2234/react-native-image-tools",
"react-native-picker-select": "^8.0.4",
"react-native-safe-area-context": "^4.5.0",
"react-native-screens": "^3.20.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13522,12 +13522,12 @@ __metadata:
pod-install: ^0.1.0
react: 18.2.0
react-native: 0.72.5
react-native-agora-rawdata: "git+https://github.com/AgoraLibrary/react-native-agora-rawdata.git#7fa07cc6308808f5f7e1c2e56502835471323707"
react-native-agora-rawdata: "github:AgoraLibrary/react-native-agora-rawdata"
react-native-chart-kit: ^6.12.0
react-native-color-picker: ^0.6.0
react-native-fs: ^2.20.0
react-native-gesture-handler: ^2.9.0
react-native-image-tool: "git+https://github.com/LichKing-2234/react-native-image-tools.git#6ac74db10da838f1e529c364dfe2fb92293a12f7"
react-native-image-tool: "github:LichKing-2234/react-native-image-tools"
react-native-picker-select: ^8.0.4
react-native-safe-area-context: ^4.5.0
react-native-screens: ^3.20.0
Expand All @@ -13536,7 +13536,7 @@ __metadata:
languageName: unknown
linkType: soft

"react-native-agora-rawdata@git+https://github.com/AgoraLibrary/react-native-agora-rawdata.git#7fa07cc6308808f5f7e1c2e56502835471323707":
"react-native-agora-rawdata@github:AgoraLibrary/react-native-agora-rawdata":
version: 0.1.0
resolution: "react-native-agora-rawdata@https://github.com/AgoraLibrary/react-native-agora-rawdata.git#commit=7fa07cc6308808f5f7e1c2e56502835471323707"
peerDependencies:
Expand Down Expand Up @@ -13678,7 +13678,7 @@ __metadata:
languageName: node
linkType: hard

"react-native-image-tool@git+https://github.com/LichKing-2234/react-native-image-tools.git#6ac74db10da838f1e529c364dfe2fb92293a12f7":
"react-native-image-tool@github:LichKing-2234/react-native-image-tools":
version: 0.8.1
resolution: "react-native-image-tool@https://github.com/LichKing-2234/react-native-image-tools.git#commit=6ac74db10da838f1e529c364dfe2fb92293a12f7"
peerDependencies:
Expand Down

0 comments on commit 36c3100

Please sign in to comment.