We are using
"@expensify/react-native-wallet": "^0.1.21",
"expo": "~54.0.33",
Trying to add a debit card to Apple wallet. This is successfully done. But I am not able to successfully get a callback once card is added. Tried the following:
- added a listener for "onCardActivated" callback. Never fired
- Tried getCardStatusBySuffix and getCardStatusByIdentifier. Both did not return anything.
What is the way to do this? Has anyone else faced the same issue?
We are using
"@expensify/react-native-wallet": "^0.1.21","expo": "~54.0.33",Trying to add a debit card to Apple wallet. This is successfully done. But I am not able to successfully get a callback once card is added. Tried the following:
What is the way to do this? Has anyone else faced the same issue?