upgrade to mobilepaymentsdk to 2.1.0 and add tap to pay methods for ios #163
ci.yml
on: pull_request
lint
19s
test
18s
build-library
20s
build-android
2m 57s
build-ios
9m 30s
Annotations
10 errors and 10 warnings
lint:
example/src/Screens/HomeScreen.tsx#L14
'React' is declared but its value is never read.
|
lint:
example/src/Screens/HomeScreen.tsx#L73
Cannot find name 'Failure'.
|
lint:
example/src/Screens/HomeScreen.tsx#L73
'error' is of type 'unknown'.
|
lint:
example/src/Screens/HomeScreen.tsx#L85
No overload matches this call.
|
lint:
example/src/Screens/PermissionsScreen.tsx#L34
Argument of type '("android.permission.BLUETOOTH_CONNECT" | "android.permission.BLUETOOTH_SCAN")[] | "ios.permission.BLUETOOTH_PERIPHERAL"[] | undefined' is not assignable to parameter of type 'Permission[]'.
|
lint:
example/src/Screens/PermissionsScreen.tsx#L48
Argument of type '"android.permission.ACCESS_FINE_LOCATION" | "ios.permission.LOCATION_WHEN_IN_USE" | undefined' is not assignable to parameter of type 'Permission'.
|
lint:
example/src/Screens/PermissionsScreen.tsx#L59
Argument of type '"android.permission.RECORD_AUDIO" | "ios.permission.MICROPHONE" | undefined' is not assignable to parameter of type 'Permission'.
|
lint:
example/src/Screens/PermissionsScreen.tsx#L70
Argument of type '"android.permission.READ_PHONE_STATE" | undefined' is not assignable to parameter of type 'Permission'.
|
lint:
example/src/Screens/PermissionsScreen.tsx#L80
Parameter 'setMicPermission' implicitly has an 'any' type.
|
lint:
example/src/Screens/PermissionsScreen.tsx#L81
Parameter 'setLocationPermission' implicitly has an 'any' type.
|
build-ios:
example/ios/Pods/SocketRocket/SocketRocket/SRWebSocket.m#L88
'OSSpinLock' is deprecated: first deprecated in iOS 10.0 - Use os_unfair_lock() from <os/lock.h> instead [-Wdeprecated-declarations]
|
build-ios:
example/ios/Pods/SocketRocket/SocketRocket/SRWebSocket.m#L283
'OSSpinLockLock' is deprecated: first deprecated in iOS 10.0 - Use os_unfair_lock_lock() from <os/lock.h> instead [-Wdeprecated-declarations]
|
build-ios:
example/ios/Pods/SocketRocket/SocketRocket/SRWebSocket.m#L285
'OSSpinLockUnlock' is deprecated: first deprecated in iOS 10.0 - Use os_unfair_lock_unlock() from <os/lock.h> instead [-Wdeprecated-declarations]
|
build-ios:
example/ios/Pods/SocketRocket/SocketRocket/SRWebSocket.m#L297
'OSSpinLockLock' is deprecated: first deprecated in iOS 10.0 - Use os_unfair_lock_lock() from <os/lock.h> instead [-Wdeprecated-declarations]
|
build-ios:
example/ios/Pods/SocketRocket/SocketRocket/SRWebSocket.m#L299
'OSSpinLockUnlock' is deprecated: first deprecated in iOS 10.0 - Use os_unfair_lock_unlock() from <os/lock.h> instead [-Wdeprecated-declarations]
|
build-ios:
example/ios/Pods/SocketRocket/SocketRocket/SRWebSocket.m#L88
'OSSpinLock' is deprecated: first deprecated in iOS 10.0 - Use os_unfair_lock() from <os/lock.h> instead [-Wdeprecated-declarations]
|
build-ios:
example/ios/Pods/SocketRocket/SocketRocket/SRWebSocket.m#L283
'OSSpinLockLock' is deprecated: first deprecated in iOS 10.0 - Use os_unfair_lock_lock() from <os/lock.h> instead [-Wdeprecated-declarations]
|
build-ios:
example/ios/Pods/SocketRocket/SocketRocket/SRWebSocket.m#L285
'OSSpinLockUnlock' is deprecated: first deprecated in iOS 10.0 - Use os_unfair_lock_unlock() from <os/lock.h> instead [-Wdeprecated-declarations]
|
build-ios:
example/ios/Pods/SocketRocket/SocketRocket/SRWebSocket.m#L297
'OSSpinLockLock' is deprecated: first deprecated in iOS 10.0 - Use os_unfair_lock_lock() from <os/lock.h> instead [-Wdeprecated-declarations]
|
build-ios:
example/ios/Pods/SocketRocket/SocketRocket/SRWebSocket.m#L299
'OSSpinLockUnlock' is deprecated: first deprecated in iOS 10.0 - Use os_unfair_lock_unlock() from <os/lock.h> instead [-Wdeprecated-declarations]
|