Skip to content

Commit cffd0af

Browse files
committed
Update README
1 parent f602d91 commit cffd0af

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,13 @@ You can listen to these events by adding an event listener as such:
186186
});
187187
```
188188

189+
As of v0.8.0 the `leftCorner`, `rightCorner` and `titleComponent` have access to the following router functions :
190+
191+
- `toRoute(route)`
192+
- `toBack()`
193+
- `replaceRoute(route)`
194+
- `resetToRoute(route)`
195+
- `goToFirstRoute()`
189196

190197

191198
A more advanced example: Twitter app

0 commit comments

Comments
 (0)