From c4e8de18026713628752082851e0a96f3a841b02 Mon Sep 17 00:00:00 2001 From: chenwenhui133 <2984202073@qq.com> Date: Tue, 9 Dec 2025 16:32:02 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20#IDBUAX]=E6=9B=B4=E6=96=B0re?= =?UTF-8?q?act-native-vibration-feedback=E6=96=87=E6=A1=A3=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E7=A4=BA=E4=BE=8B=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/react-native-vibration-feedback.md | 21 ++++++++++----------- zh-cn/react-native-vibration-feedback.md | 21 ++++++++++----------- 2 files changed, 20 insertions(+), 22 deletions(-) diff --git a/en/react-native-vibration-feedback.md b/en/react-native-vibration-feedback.md index 7ced0207..678fd02e 100644 --- a/en/react-native-vibration-feedback.md +++ b/en/react-native-vibration-feedback.md @@ -48,38 +48,37 @@ The following code shows the basic use scenario of the repository: ```js import React from "react"; import { View, Button} from "react-native"; -import {TestCase, Tester, TestSuite} from "@rnoh/testerino" import RNVibrationFeedback from 'react-native-vibration-feedback'; const App = (props) => { return ( - - + + - +