/** * Tx detail layout — native Stack so router.back() pops back to the * screen that pushed us (wallet history, chat tx link, etc.) instead * of falling through to the outer Slot-level root. */ import React from 'react'; import { Stack } from 'expo-router'; export default function TxLayout() { return ( ); }