Closed vctrchu closed 3 weeks ago
Resolves https://github.com/Shopify/pos-next-react-native/issues/45380 Part of https://github.com/Shopify/pos-next-react-native/issues/41454
This switches the interface return type from void to Promise<void>. We have validated the implementation using Yalc.
void
Promise<void>
https://github.com/user-attachments/assets/94fe13d3-caac-40d5-ac6c-2309944a36b4
Resolves https://github.com/Shopify/pos-next-react-native/issues/45380 Part of https://github.com/Shopify/pos-next-react-native/issues/41454
Background
This switches the interface return type from
void
toPromise<void>
. We have validated the implementation using Yalc.https://github.com/user-attachments/assets/94fe13d3-caac-40d5-ac6c-2309944a36b4