Skip to content

Commit

Permalink
Fix path after changing package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Skalakid committed Dec 19, 2024
1 parent 07b78c5 commit 2055f53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/react-native-wallet/example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
getCardStatus,
getCardTokenStatus,
addListener,
} from 'react-native-wallet';
} from '@expensify/react-native-wallet';
import type {
AndroidCardData,
AndroidWalletData,
Expand Down
2 changes: 1 addition & 1 deletion modules/react-native-wallet/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"rootDir": ".",
"paths": {
"react-native-wallet": ["./src/index"]
"@expensify/react-native-wallet": ["./src/index"]
},
"allowUnreachableCode": false,
"allowUnusedLabels": false,
Expand Down

0 comments on commit 2055f53

Please sign in to comment.