We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07b78c5 commit 2055f53Copy full SHA for 2055f53
modules/react-native-wallet/example/src/App.tsx
@@ -13,7 +13,7 @@ import {
13
getCardStatus,
14
getCardTokenStatus,
15
addListener,
16
-} from 'react-native-wallet';
+} from '@expensify/react-native-wallet';
17
import type {
18
AndroidCardData,
19
AndroidWalletData,
modules/react-native-wallet/tsconfig.json
@@ -2,7 +2,7 @@
2
"compilerOptions": {
3
"rootDir": ".",
4
"paths": {
5
- "react-native-wallet": ["./src/index"]
+ "@expensify/react-native-wallet": ["./src/index"]
6
},
7
"allowUnreachableCode": false,
8
"allowUnusedLabels": false,
0 commit comments