diff --git a/modules/react-native-wallet/example/src/App.tsx b/modules/react-native-wallet/example/src/App.tsx index 9fcbb552d9eb..d4164f482bb5 100644 --- a/modules/react-native-wallet/example/src/App.tsx +++ b/modules/react-native-wallet/example/src/App.tsx @@ -13,7 +13,7 @@ import { getCardStatus, getCardTokenStatus, addListener, -} from 'react-native-wallet'; +} from '@expensify/react-native-wallet'; import type { AndroidCardData, AndroidWalletData, diff --git a/modules/react-native-wallet/tsconfig.json b/modules/react-native-wallet/tsconfig.json index c347acbcb8c0..fa1b40d4e9c6 100644 --- a/modules/react-native-wallet/tsconfig.json +++ b/modules/react-native-wallet/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "rootDir": ".", "paths": { - "react-native-wallet": ["./src/index"] + "@expensify/react-native-wallet": ["./src/index"] }, "allowUnreachableCode": false, "allowUnusedLabels": false,