diff --git a/en/react-native-popup-menu.md b/en/react-native-popup-menu.md
index 787b3eb9737ad34c2b719ba1983870d7d414349b..f631ff79244a0e591690dc850e287c42512d8894 100644
--- a/en/react-native-popup-menu.md
+++ b/en/react-native-popup-menu.md
@@ -14,7 +14,7 @@
-> [!TIP] [GitHub address](https://github.com/instea/react-native-popup-menu)
+> [!TIP] [GitHub address](https://github.com/instea/react-native-popup-menu/tree/58b78642808ab28012f429d59a2c302dc41b5924)
## Installation and Usage
@@ -44,7 +44,7 @@ import { MenuProvider } from "react-native-popup-menu";
export const App = () => (
-
+
);
@@ -55,19 +55,23 @@ import {
MenuOption,
MenuTrigger,
} from "react-native-popup-menu";
-
+import {
+ Text,
+ View,
+ Alert,
+} from "react-native";
export const YourComponent = () => (
Hello world!