Update to 2025.2.0 #153
ci.yml
on: pull_request
lint
43s
test
51s
build-library
54s
build-android
3m 30s
build-ios
1m 17s
Annotations
12 errors and 3 warnings
lint:
example/src/App.tsx#L12
Insert `··`
|
lint:
example/src/App.tsx#L17
Insert `··`
|
lint:
example/src/Screens/HomeScreen.tsx#L39
'result' is assigned a value but never used
|
lint:
example/src/Screens/PermissionsScreen.tsx#L147
Delete `⏎···`
|
lint:
example/src/Screens/PermissionsScreen.tsx#L157
'auth' is assigned a value but never used
|
lint:
example/src/Screens/PermissionsScreen.tsx#L172
Replace `⏎·······'Authorization·error:·',·JSON.stringify(error)⏎······` with `'Authorization·error:·',·JSON.stringify(error)`
|
lint:
example/src/Screens/PermissionsScreen.tsx#L185
React Hook useEffect contains a call to 'setIsAuthorized'. Without a list of dependencies, this can lead to an infinite chain of updates. To fix this, pass [] as a second argument to the useEffect Hook
|
lint:
example/src/Screens/PermissionsScreen.tsx#L251
Replace `·style={isAuthorized·?·styles.statusText·:·styles.statusTextInactive}` with `⏎··········style={isAuthorized·?·styles.statusText·:·styles.statusTextInactive}⏎········`
|
lint:
example/src/components/LoadingButton.tsx#L28
Replace `·style={isActive·?·styles.loadingButtonText·:·styles.loadingButtonTextInactive}` with `⏎··········style={⏎············isActive⏎··············?·styles.loadingButtonText⏎··············:·styles.loadingButtonTextInactive⏎··········}⏎········`
|
lint:
example/src/components/PermissionRow.tsx#L18
'isChecked' is defined but never used. Allowed unused args must match /^_/u
|
build-ios
mobile-payments-sdk-react-native-example#build:ios: command (/Users/runner/work/mobile-payments-sdk-react-native/mobile-payments-sdk-react-native/example) /private/var/folders/2s/h6hvv9ps03xgz_krkkstvq_r0000gn/T/xfs-a5a7d7f5/yarn run build:ios exited (1)
|
build-ios
Process completed with exit code 1.
|
lint:
example/src/components/PermissionRow.tsx#L17
Inline style: { borderWidth: 2 }
|
build-library
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
build-android
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|