From 4afaa0c92667e640abbed7204d0f5e48a6639273 Mon Sep 17 00:00:00 2001 From: Chanry Date: Tue, 16 Dec 2025 14:23:16 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20#IDD9XX]=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=20react-native-apple-authentication=20=E4=B8=AD=E8=8B=B1?= =?UTF-8?q?=E6=96=87=E6=96=87=E6=A1=A3=E4=B8=AD=E7=9A=84=E7=A4=BA=E4=BE=8B?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Chanry --- en/react-native-apple-authentication.md | 1 + zh-cn/react-native-apple-authentication.md | 1 + 2 files changed, 2 insertions(+) diff --git a/en/react-native-apple-authentication.md b/en/react-native-apple-authentication.md index 2d4b4d88..6c13ccf9 100644 --- a/en/react-native-apple-authentication.md +++ b/en/react-native-apple-authentication.md @@ -60,6 +60,7 @@ The following code shows the basic use scenario of the repository: ```tsx import React from "react"; +import { View } from 'react-native'; import { appleAuthHarmony, AppleButton, diff --git a/zh-cn/react-native-apple-authentication.md b/zh-cn/react-native-apple-authentication.md index 616bccc0..f98e160e 100644 --- a/zh-cn/react-native-apple-authentication.md +++ b/zh-cn/react-native-apple-authentication.md @@ -59,6 +59,7 @@ Apple官方配置说明:[Configure Sign in with Apple for the web](https://dev ```tsx import React from 'react'; +import { View } from 'react-native'; import { appleAuthHarmony, AppleButton } from '@invertase/react-native-apple-authentication'; const AppleAuthenticationDemo: React.FC = (): JSX.Element => { -- Gitee