diff --git a/en/react-native-vibration-feedback.md b/en/react-native-vibration-feedback.md
index 7ced02077868f44dad30a1867d85034af49265de..658579eb4fda98c039d12423a497eea7a162bc99 100644
--- a/en/react-native-vibration-feedback.md
+++ b/en/react-native-vibration-feedback.md
@@ -48,38 +48,29 @@ 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..cfe6e7f6250f2b6f2d4d4a25b5bbd001983f913e 100644
--- a/zh-cn/react-native-vibration-feedback.md
+++ b/zh-cn/react-native-vibration-feedback.md
@@ -51,38 +51,29 @@ 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 (
-
-
-
-
-
- RNVibrationFeedback.vibrateWith(1519)}
- />
-
-
- RNVibrationFeedback.vibrateWith(1520)}
- />
-
-
- RNVibrationFeedback.vibrateWith(1521)}
- />
-
-
-
-
-
+
+
+
+ RNVibrationFeedback.vibrateWith(1519)}
+ />
+ RNVibrationFeedback.vibrateWith(1520)}
+ />
+ RNVibrationFeedback.vibrateWith(1521)}
+ />
+
+
+
);
};