Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove .gradle directories from fingerprint #372

Merged
merged 1 commit into from
Jun 12, 2024

Conversation

jakub-gonet
Copy link
Member

expo-dev-launcher in particular modifies its node_modules files, adding locks such as app/node_modules/expo-dev-launcher/expo-dev-launcher-gradle-plugin/.gradle/buildOutputCleanup/buildOutputCleanup.lock.

They change from launch to launch, modifying entire fingerprint.

Found by using diffFingerprints between last and current fingerprint, then utilizing fswatch to find offending files.
Tested by changing JS code in the expo app.

expo-dev-launcher in particular modifies its node_modules files, adding locks
such as `app/node_modules/expo-dev-launcher/expo-dev-launcher-gradle-plugin/.gradle/buildOutputCleanup/buildOutputCleanup.lock`.
They change from launch to launch, modifying entire fingerprint.
Copy link

vercel bot commented Jun 12, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-native-ide ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 12, 2024 5:24pm

@jakub-gonet jakub-gonet merged commit 98f30e7 into main Jun 12, 2024
3 checks passed
@jakub-gonet jakub-gonet deleted the jgonet/fingerprint-expo-dev-client branch June 12, 2024 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants