Skip to content

Commit a171eb2

Browse files
committed
docs: update version in readme
1 parent d5eaebb commit a171eb2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function RootNavigator() {
109109

110110
### React Navigation
111111

112-
#### v2.2.2 and later
112+
#### v2.3.0 and later
113113

114114
Pass Detour's linking adapter to `NavigationContainer`. React Navigation will handle routing automatically — `useDetourContext` is not needed for basic usage. The splash screen is hidden via `onReady`, which fires after `getInitialURL` resolves.
115115

@@ -154,7 +154,7 @@ export function App() {
154154

155155
</details>
156156

157-
#### Before v2.2.2
157+
#### Before v2.3.0
158158

159159
Use `useDetourContext` and call your navigator imperatively, the same way as the [Expo Router approach](#expo-router) above.
160160

0 commit comments

Comments
 (0)