diff --git a/en/react-native-vibration-feedback.md b/en/react-native-vibration-feedback.md
index 7ced02077868f44dad30a1867d85034af49265de..678fd02e397e74968425498e08472c46fd84cdbc 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 (
-
-
+
+
-
+
-
+
+
+
-
-
+
+
);
};
diff --git a/zh-cn/react-native-vibration-feedback.md b/zh-cn/react-native-vibration-feedback.md
index 2b89cfd2840aeb0c826d7c787aaef114ea2b4ecb..8a8f3d3d6b1a998a59787e0a8c186a4ced41f564 100644
--- a/zh-cn/react-native-vibration-feedback.md
+++ b/zh-cn/react-native-vibration-feedback.md
@@ -51,38 +51,37 @@ yarn add @react-native-ohos/react-native-vibration-feedback
```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 (
-
-
+
+
-
+
-
+
+
+
-
-
+
+
);
};