Skip to content

Commit 2055f53

Browse files
committed
Fix path after changing package name
1 parent 07b78c5 commit 2055f53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/react-native-wallet/example/src/App.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
getCardStatus,
1414
getCardTokenStatus,
1515
addListener,
16-
} from 'react-native-wallet';
16+
} from '@expensify/react-native-wallet';
1717
import type {
1818
AndroidCardData,
1919
AndroidWalletData,

modules/react-native-wallet/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"rootDir": ".",
44
"paths": {
5-
"react-native-wallet": ["./src/index"]
5+
"@expensify/react-native-wallet": ["./src/index"]
66
},
77
"allowUnreachableCode": false,
88
"allowUnusedLabels": false,

0 commit comments

Comments
 (0)