Skip to content
Open
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
3 changes: 0 additions & 3 deletions .depcheckrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ ignores:
## Unused dependencies to investigate
- '@babel/preset-env'
- '@babel/runtime'
- '@cucumber/message-streams'
- '@cucumber/messages'
- '@metamask/mobile-provider'
- '@rpii/wdio-html-reporter'
- '@testing-library/react'
Expand All @@ -67,7 +65,6 @@ ignores:
- 'execa'
- 'jetifier'
- 'metro-react-native-babel-preset'
- 'prettier-plugin-gherkin'
- 'react-native-svg-asset-plugin'
- 'regenerator-runtime'
- 'prettier-2'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build-android-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,10 @@ jobs:
# Generate fingerprint AFTER setup but BEFORE any build modifications (the fingerprint now is fake we do not want the cached apk)
- name: Generate current fingerprint
id: generate-fingerprint
timeout-minutes: 5
continue-on-error: true
run: |
FINGERPRINT=$(yarn fingerprint:generate)
FINGERPRINT=$(yarn fingerprint:generate || echo "fallback-${{ github.sha }}")
echo "fingerprint=$FINGERPRINT" >> "$GITHUB_OUTPUT"
echo "Current fingerprint: ${FINGERPRINT}"

Expand Down
2 changes: 1 addition & 1 deletion app/features/SampleFeature/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ This feature demonstrates:
- MetaMetrics tracking implementation
- Performance tracing patterns and monitoring
- Comprehensive unit testing
- End-to-end testing with Cucumber/Gherkin
- End-to-end testing with Detox

## Architecture

Expand Down
Loading
Loading