Skip to content

Commit 61838b5

Browse files
authored
Merge pull request #53 from underscopeio/eduardopelitti-patch-2
(docs) Remove unused import in HOC example
2 parents c2be78b + 14026ee commit 61838b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/hocs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Creates a higher-order React component class that wraps your component with the
1111

1212
```tsx
1313
import { Navigation } from 'react-native-navigation'
14-
import { withNavigationProvider, NavigationProvider } from 'react-native-navigation-hooks'
14+
import { withNavigationProvider } from 'react-native-navigation-hooks'
1515
import { MyScreenComponent } from '~/screens/MyScreenComponent'
1616

1717
Navigation.registerComponent('MyScreenComponent', () => {

0 commit comments

Comments
 (0)