Skip to content

Commit

Permalink
Update docs-functional-components.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
swabbass authored Aug 9, 2021
1 parent e63bfd2 commit 4b571be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/docs-functional-components.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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(() => {
Expand Down

0 comments on commit 4b571be

Please sign in to comment.