You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/docs/getting-started/introduction.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ Out of the box we support storing artifacts on GitHub Actions and we're working
103
103
104
104
### How It Works
105
105
106
-
1. For each build, we calculate a unique hash (fingerprint) that represents your project's native state
106
+
1. For each build, we calculate a unique hash (fingerprint) with [`@expo/fingerprint`](https://docs.expo.dev/versions/latest/sdk/fingerprint/)that represents your project's native state
107
107
2. This hash remains stable across builds unless you:
0 commit comments