Skip to content
This repository was archived by the owner on Dec 3, 2022. It is now read-only.

Commit 2bfd69a

Browse files
authored
Update README.md
1 parent bc2f7a5 commit 2bfd69a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,17 @@
22

33
[![npm version](https://badge.fury.io/js/react-navigation-hooks.svg)](https://badge.fury.io/js/react-navigation-hooks) [![CircleCI badge](https://circleci.com/gh/react-navigation/react-navigation-hooks/tree/master.svg?style=shield)](https://circleci.com/gh/react-navigation/react-navigation-hooks/tree/master) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://reactnavigation.org/docs/contributing.html)
44

5-
## Docs
6-
75
🏄‍♀️ Surfing the wave of React Hook hype with a few convenience hooks for `@react-navigation/core` v3. Destined to work on web, server, and React Native. Contributions welcome!
86

7+
8+
## Examples (web only so far)
9+
10+
See an example web app which uses react-navigation and hooks on the client and the server:
11+
12+
https://github.com/react-navigation/web-server-example
13+
14+
## Docs
15+
916
### useNavigation()
1017

1118
This is the main convenience hook. It provides the regular navigation prop, as you'd get via the screen prop or by using `withNavigation`.

0 commit comments

Comments
 (0)