<TouchableOpacity
        onPress={async () => {
          copyToClipboard();
          await Clipboard.setStringAsync(receiveAddress);
        }}