refactor: remove TaskManager and UIStateManager classes #8
Annotations
12 errors
|
lint:
example/src/App.tsx#L128
Property 'credit' does not exist on type '{ readonly creditCard: (amount: number, installments?: number) => { amount: number; type: 1; installmentType: 1 | 3; installments: number; }; readonly debitCard: (amount: number) => { amount: number; type: 2; installmentType: 1; installments: number; }; readonly pix: (amount: number) => { ...; }; readonly voucher: (...'.
|
|
lint:
example/src/App.tsx#L27
Module '"react-native-plugpag-nitro"' has no exported member 'UIStateEvent'. Did you mean to use 'import UIStateEvent from "react-native-plugpag-nitro"' instead?
|
|
lint:
example/src/App.tsx#L26
Module '"react-native-plugpag-nitro"' has no exported member 'UIState'. Did you mean to use 'import UIState from "react-native-plugpag-nitro"' instead?
|
|
lint:
example/src/App.tsx#L23
Module '"react-native-plugpag-nitro"' has no exported member 'getPaymentErrorMessage'. Did you mean to use 'import getPaymentErrorMessage from "react-native-plugpag-nitro"' instead?
|
|
lint:
example/src/App.tsx#L22
Module '"react-native-plugpag-nitro"' has no exported member 'isPaymentSuccessful'. Did you mean to use 'import isPaymentSuccessful from "react-native-plugpag-nitro"' instead?
|
|
lint:
example/src/App.tsx#L21
Module '"react-native-plugpag-nitro"' has no exported member 'formatCurrency'. Did you mean to use 'import formatCurrency from "react-native-plugpag-nitro"' instead?
|
|
lint:
example/src/App.tsx#L19
Module '"react-native-plugpag-nitro"' has no exported member 'PlugpagError'. Did you mean to use 'import PlugpagError from "react-native-plugpag-nitro"' instead?
|
|
lint:
example/src/App.tsx#L17
Module '"react-native-plugpag-nitro"' has no exported member 'refundPayment'. Did you mean to use 'import refundPayment from "react-native-plugpag-nitro"' instead?
|
|
lint:
example/src/App.tsx#L15
Module '"react-native-plugpag-nitro"' has no exported member 'usePayment'. Did you mean to use 'import usePayment from "react-native-plugpag-nitro"' instead?
|
|
lint:
example/src/App.tsx#L14
Module '"react-native-plugpag-nitro"' has no exported member 'useTransactionPaymentEvent'. Did you mean to use 'import useTransactionPaymentEvent from "react-native-plugpag-nitro"' instead?
|
|
build-android
Process completed with exit code 1.
|
|
build-android
react-native-plugpag-nitro-example#build:android: command (/home/runner/work/react-native-plugpag-nitro/react-native-plugpag-nitro/example) /tmp/xfs-03cfb736/yarn run build:android exited (1)
|