We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 889c240 commit 214de50Copy full SHA for 214de50
2 files changed
package/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@korsolutions/relay",
3
- "version": "0.14.0",
+ "version": "0.15.0",
4
"description": "",
5
"main": "./dist/index.mjs",
6
"module": "./dist/index.mjs",
package/src/client/expo.ts
@@ -27,7 +27,7 @@ const calculateFingerprint = async (): Promise<Fingerprint> => {
27
return {
28
ipAddress: null,
29
deviceManufacturer: ExpoDevice.manufacturer,
30
- deviceModel: ExpoDevice.modelName,
+ deviceModel: null,
31
osName: ExpoDevice.osName,
32
osVersion: null,
33
screenWidth: screenDimensions.width,
0 commit comments