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/src/docs/configuration.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -308,4 +308,13 @@ export default {
308
308
};
309
309
```
310
310
311
-
The fingerprint calculation uses [`@expo/fingerprint`](https://docs.expo.dev/versions/latest/sdk/fingerprint/) under the hood.
311
+
The fingerprint calculation uses [`@expo/fingerprint`](https://docs.expo.dev/versions/latest/sdk/fingerprint/) under the hood. This means that you can use advanced configuration through [`fingerprint.config.js` file](https://docs.expo.dev/versions/latest/sdk/fingerprint/#fingerprintconfigjs):
312
+
313
+
```js
314
+
constconfig= {
315
+
sourceSkips: [
316
+
'ExpoConfigVersions', // omits Android versionCode and iOS buildNumber in fingerprint calculation
0 commit comments