Skip to content

Commit 708ba84

Browse files
committed
Update README
1 parent 979c502 commit 708ba84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,8 @@ export const getDeepLink = (path = "") => {
273273
- App.js ([Using react-navigation with Deep Linking](https://reactnavigation.org/docs/en/deep-linking.html))
274274
```javascript
275275
import { Root } from 'native-base'
276-
import { getDeepLink } from './utilities'
277276
import { createStackNavigator } from 'react-navigation'
277+
import { getDeepLink } from './utilities'
278278

279279
const Main = createStackNavigator(
280280
{

0 commit comments

Comments
 (0)