white house —
The Biden administration hopes that Taiwan’s voters can freely choose their next leader when the island votes next week in a general election, says John Kirby, National Security Council coordinator for strategic communications, in an interview with VOA’s White House Correspondent Paris Huang on Thursday.
Kirby also reiterated that President Joe Biden and his administration are “all in” on cooperation with the African continent in the coming year.
The interview has been edited for clarity and brevity.
VOA: Let’s start with Taiwan’s elections. According to the Taiwanese government, China has been interfering in the election, including spreading disinformation and misinformation. Taiwanese prosecutors are investigating allegations that China bribed Taiwanese officials with travel and money to influence the election. When they met in San Francisco, President Biden told President Xi Jinping not to interfere with the Taiwan election. Is President Xi is ignoring his advice?
John Kirby, National Security Council coordinator for strategic communications: I can’t confirm these individual reports of interference with the electoral process in Taiwan. We’ve been very clear that we respect Taiwan’s democratic institutions. We respect the will of the people of Taiwan to make these sorts of decisions in terms of their own governance. And we don’t want any other actor, be it a nation state or otherwise, to interfere in this election.
VOA: Will the United States have confidence in Taiwan’s election results if there’s hard evidence that China did influence the election?
Kirby: Look, that’s a hypothetical. I’m just not willing to speculate at this point. We want these elections to be free and fair and transparent. We want the will of the people of Taiwan to be respected. We’ll just monitor this as closely as we can.
VOA: This year, China has sent at least nine fighter jets, four navy ships and at least six balloons over Taiwan. What is the White House’s message to China regarding rising tension in the region before the Taiwan election?
Kirby: Again, it’s important that as the people of Taiwan go to the polls to cast their ballots, that they can do so with a feeling of safety and security and comfort in the knowledge that their vote matters, and that it’s going to be appropriately tallied. And that’s really what we’re focused on. That’s what we want to see happen.
VOA: Moving on to the South China Sea. The United States and the Philippines recently had a joint exercise in the South China Sea. Now China is holding a rival exercise in the same region. And recently, China finally appointed a new defense minister, Navy Admiral Dong Jun. Is the White House watching this? Does this mean that China could be more aggressive in the South China Sea region in the future? And has Secretary of Defense Lloyd Austin reached out to the admiral?
Kirby: You’d have to talk to Secretary Austin. I don’t know whether he’s reached out to the new nominee for defense secretary. I think we should be careful before drawing conclusions over somebody’s nomination to a job and how they’re going to execute that job based on the jobs that they’ve had in the past. We’ll have to judge this individual as we would judge any leader around the world by their actions, not merely by their resume.
We don’t seek a conflict with the [People’s Republic of China]. We don’t want to see conflict in the South China Sea. We do want to make sure that our national interests and the national interests of our allies and partners are respected in the South China Sea and elsewhere in the Indo-Pacific, which is why we have a robust military capability there. It’s why the president felt it was so important to get military-to-military communications back up and running between the United States and the PRC, and they have, and that’s a good thing.
I’m sure Secretary Austin, at the appropriate time, will speak to the new defense minister. And it’s our hope that that relationship, while we don’t expect to agree on everything, can at least provide yet another layer of insulation in terms of preventing miscalculation and misunderstanding between our two countries. The PRC has made some unfounded maritime claims when it comes to the South China Sea. We expect that we’re going to maintain the capability for our allies and partners there to be able to manage their own national security and to protect the free flow of international commerce there.
VOA: Moving on to Africa. What is next for U.S.-Africa engagement? Could we see more military cooperation or some high-level trips this year?
Kirby: I think you’re going to see us continue to be all-in when it comes to Africa. We have already made terrific progress on many of the commitments that we made in the Africa Leaders Summit, and there have been visits by some 17 senior-level officials of the United States government. I fully expect that those high-level engagements will continue.
VOA: The U.S. has imposed sanctions on individuals in several African countries that are experiencing conflict, like the Democratic Republic of Congo and Sudan. President Biden also recently revoked [African Growth and Opportunity Act] access over human rights issues in the Central African Republic, Gabon, Niger and Uganda. Is this type of economic statecraft the main lever that the United States has for managing its relationship with the continent? And is this enough to counter China’s rising influence and massive expenditures on the continent?
initInfographics(
{
groups:[],
params:[{“Name”:”embed_html”,”Value”:”u0026lt;blockquote class=”twitter-tweet”u0026gt;u0026lt;p lang=”en” dir=”ltr”u0026gt;National Security spokesman John Kirby speaks on U.S.-Africa relations, Jan. 4, 2024. u0026lt;a href=”https://t.co/wMBONRctnf”u0026gt;https://t.co/wMBONRctnfu0026lt;/au0026gt; u0026lt;a href=”https://t.co/QqJ2J2F2ES”u0026gt;pic.twitter.com/QqJ2J2F2ESu0026lt;/au0026gt;u0026lt;/pu0026gt;— Voice of America (@VOANews) u0026lt;a href=”https://twitter.com/VOANews/status/1743092509838909625?ref_src=twsrc%5Etfw”u0026gt;January 5, 2024u0026lt;/au0026gt;u0026lt;/blockquoteu0026gt;||data-pangea-embed::”true””,”DefaultValue”:””,”HtmlEncode”:false,”Type”:”HTML”}],
isMobile:true
});
(function (d) {
var userInput = Infographics.Param[“embed_html”],
thisSnippet = (d.getElementsByClassName ? d.getElementsByClassName(“twitterSnippet”) : d.querySelectorAll(“.twitterSnippet”))[0],
render = function () {
var madeDiv, bquote, sId = “twitterAPIForSnippet”;
try {
madeDiv = document.createElement(“div”);
madeDiv.innerHTML = userInput;
} catch (e) {
thisSnippet.innerHTML = “Twitter Embed Code is invalid or incomplete.”;
return;
}
bquote = madeDiv.childNodes[0];
if (bquote.tagName.toLowerCase() === “blockquote” && bquote.className.indexOf(“twitter”) !== -1) { //remove everything except paragraphs and links
var all = bquote.getElementsByTagName(“*”);
for (var i = all.length – 1; i >= 0; i–) {
var elm = all[i];
var tag = elm.tagName.toLowerCase();
if (tag !== “a” && tag !== “p”)
all[i].parentNode.removeChild(all[i]);
}
} else {
thisSnippet.innerHTML = “Twitter Embed Code does not contain proper Twitter blockquote.”;
return;
}
if (!d.getElementById(sId)) { //async request Twitter API
var js, firstJs = d.getElementsByTagName(“script”)[0];
js = d.createElement(“script”);
js.id = sId;
js.src = “//platform.twitter.com/widgets.js”;
firstJs.parentNode.insertBefore(js, firstJs);
}
thisSnippet.parentNode.style.width = “100%”;
thisSnippet.appendChild(bquote);
if (window.twttr && window.twttr.widgets) {
window.twttr.widgets.load();
window.twttr.events.bind(“rendered”, function (e) {
//fix twitter bug rendering multiple embeds per tweet. Can be deleted after Twitter fix the issue
if (e.target) {
var par = e.target.parentElement;
if (par && par.className === “twitterSnippetProcessed” &&
e.target.previousSibling && e.target.previousSibling.nodeName.toLowerCase() === “iframe”) {
//this is duplicate embed, delete it
par.removeChild(e.target);
}
}
});
}
};
thisSnippet.className = “twitterSnippetProcessed”;
thisSnippet.style = “display:flex;justify-content:center;”;
if (d.readyState === “uninitialized” || d.readyState === “loading”)
window.addEventListener(“load”, render);
else //liveblog, ajax
render();
})(document);