We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2be78b + 14026ee commit 61838b5Copy full SHA for 61838b5
website/docs/hocs.mdx
@@ -11,7 +11,7 @@ Creates a higher-order React component class that wraps your component with the
11
12
```tsx
13
import { Navigation } from 'react-native-navigation'
14
-import { withNavigationProvider, NavigationProvider } from 'react-native-navigation-hooks'
+import { withNavigationProvider } from 'react-native-navigation-hooks'
15
import { MyScreenComponent } from '~/screens/MyScreenComponent'
16
17
Navigation.registerComponent('MyScreenComponent', () => {
0 commit comments