diff --git a/suite-native/module-send/src/screens/SendOutputsScreen.tsx b/suite-native/module-send/src/screens/SendOutputsScreen.tsx index e939f80280a7..7e9e30f5e63a 100644 --- a/suite-native/module-send/src/screens/SendOutputsScreen.tsx +++ b/suite-native/module-send/src/screens/SendOutputsScreen.tsx @@ -114,7 +114,10 @@ export const SendOutputsScreen = ({ decimals: tokenInfo?.decimals ?? network?.decimals, isTaprootAvailable: !deviceUnavailableCapabilities?.taproot, }, - defaultValues: getDefaultValues({ tokenContract }), + defaultValues: { + ...getDefaultValues({ tokenContract }), + enableDestinationTagValidation: network?.networkType === 'ripple', + }, }); const {