diff --git a/website/docs/docs/docs-functional-components.mdx b/website/docs/docs/docs-functional-components.mdx index 4f063c8e7bb..c20a2a277e8 100644 --- a/website/docs/docs/docs-functional-components.mdx +++ b/website/docs/docs/docs-functional-components.mdx @@ -31,7 +31,7 @@ Navigation events let you react to various events related to a specific componen ```jsx import { useEffect } from 'react'; -import Navigation from 'react-native-navigation'; +import { Navigation } from 'react-native-navigation'; function MyScreen(props) { useEffect(() => {