diff --git a/example/src/App.tsx b/example/src/App.tsx index 465253b..916a143 100644 --- a/example/src/App.tsx +++ b/example/src/App.tsx @@ -1,6 +1,6 @@ import * as React from 'react'; import { StyleSheet, Text, View } from 'react-native'; -import { MenuView } from 'react-native-menu'; +import { MenuView } from '@react-native-menu/menu'; export const App = () => { return ( diff --git a/tsconfig.json b/tsconfig.json index 5d96e6c..45d25fa 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "baseUrl": ".", "paths": { - "react-native-menu": ["./src/index"] + "@react-native-menu/menu": ["./src/index"] }, "allowUnreachableCode": false, "allowUnusedLabels": false,