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.
1 parent 979c502 commit 708ba84Copy full SHA for 708ba84
README.md
@@ -273,8 +273,8 @@ export const getDeepLink = (path = "") => {
273
- App.js ([Using react-navigation with Deep Linking](https://reactnavigation.org/docs/en/deep-linking.html))
274
```javascript
275
import { Root } from 'native-base'
276
-import { getDeepLink } from './utilities'
277
import { createStackNavigator } from 'react-navigation'
+import { getDeepLink } from './utilities'
278
279
const Main = createStackNavigator(
280
{
0 commit comments