From 979038524f83fd1a02cd83e17ed746aed548396b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E9=9D=92=E5=9D=A1?= <1432003391@qq.com> Date: Mon, 29 Jan 2024 14:12:53 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E5=A4=8D=E6=89=A9?= =?UTF-8?q?=E5=B1=95=E5=90=8D=E4=B8=8D=E6=AD=A3=E7=A1=AE=E4=BC=9A=E5=AF=BC?= =?UTF-8?q?=E8=87=B4expo=E7=9A=8450=E7=89=88=E6=9C=AC=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E8=A7=A3=E6=9E=90=E8=BF=99=E4=B8=AA=E6=A8=A1=E5=9D=97=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...wNativeComponent.tsx => AgoraRtcSurfaceViewNativeComponent.ts} | 0 ...wNativeComponent.tsx => AgoraRtcTextureViewNativeComponent.ts} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename src/specs/{AgoraRtcSurfaceViewNativeComponent.tsx => AgoraRtcSurfaceViewNativeComponent.ts} (100%) rename src/specs/{AgoraRtcTextureViewNativeComponent.tsx => AgoraRtcTextureViewNativeComponent.ts} (100%) diff --git a/src/specs/AgoraRtcSurfaceViewNativeComponent.tsx b/src/specs/AgoraRtcSurfaceViewNativeComponent.ts similarity index 100% rename from src/specs/AgoraRtcSurfaceViewNativeComponent.tsx rename to src/specs/AgoraRtcSurfaceViewNativeComponent.ts diff --git a/src/specs/AgoraRtcTextureViewNativeComponent.tsx b/src/specs/AgoraRtcTextureViewNativeComponent.ts similarity index 100% rename from src/specs/AgoraRtcTextureViewNativeComponent.tsx rename to src/specs/AgoraRtcTextureViewNativeComponent.ts