Skip to content

Commit 9276be6

Browse files
authored
docs: attribute @expo/fingerprint (#285)
the fingerprint feature uses @expo/fingerprint internally, so we should mention them
1 parent 2172407 commit 9276be6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

website/docs/docs/configuration/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,3 +179,5 @@ export default {
179179
},
180180
};
181181
```
182+
183+
The fingerprint calculation uses [`@expo/fingerprint`](https://docs.expo.dev/versions/latest/sdk/fingerprint/) under the hood.

website/docs/docs/getting-started/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Out of the box we support storing artifacts on GitHub Actions and we're working
103103

104104
### How It Works
105105

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
107107
2. This hash remains stable across builds unless you:
108108
- Modify native files
109109
- Change native dependencies

0 commit comments

Comments
 (0)