From 0c70d56a4afdf4e58623e7cb029d5a1a9839e2da Mon Sep 17 00:00:00 2001 From: haoxuchao Date: Tue, 16 Dec 2025 10:13:27 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20#IDD7FG]=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0react-native-securerandom=E5=BA=93=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: haoxuchao --- en/react-native-securerandom.md | 1 + zh-cn/react-native-securerandom.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/en/react-native-securerandom.md b/en/react-native-securerandom.md index ff855fdc..b0752ad6 100644 --- a/en/react-native-securerandom.md +++ b/en/react-native-securerandom.md @@ -57,6 +57,7 @@ import { View, TextInput, StyleSheet, + ScrollView } from "react-native"; import { generateSecureRandom } from "react-native-securerandom"; diff --git a/zh-cn/react-native-securerandom.md b/zh-cn/react-native-securerandom.md index 08412ab4..1ab3e20c 100644 --- a/zh-cn/react-native-securerandom.md +++ b/zh-cn/react-native-securerandom.md @@ -52,7 +52,7 @@ yarn add @react-native-ohos/react-native-securerandom ```tsx import React, { useState } from "react"; -import { Text, TouchableOpacity, View, TextInput, StyleSheet } from 'react-native'; +import { Text, TouchableOpacity, View, TextInput, StyleSheet, ScrollView } from 'react-native'; import { generateSecureRandom } from 'react-native-securerandom'; export default function secureRandomDemo(): JSX.Element { -- Gitee