Skip to content
Merged
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
4 changes: 4 additions & 0 deletions contributingGuides/HYBRID_APP.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ Executing `npm run clean` clears cache for React Native, Android, and iOS. It me
- `Pods`, `DerivedData`, `build`, `cocoapods`
- **YAPL**: `npm run clean -- --npm`
- `npm`, `Mobile-Expensify/node_modules` (OldDot-specific)
### I use VSCode and the patches are constantly failing during `npm install`
In case you use VSCode and are having problems during `npm install` caused by patch errors, e.g. `@onfido/react-native-sdk` and/or `react-native-vision-camera`, **please check if you have any Java-related extensions enabled in your editor**. In case you have it, try **disabling** them and running the steps specified above to have a clean install.

The reason is that some Java extensions are constantly creating files inside `node_modules` libraries and thus messing up with `patch-package` logic, so it’s advisable to keep them disabled in order to avoid such problems.
## Android
### Error: `Could not find method autolinkLibrariesFromCommandForPath()`

Expand Down