Skip to content

Commit 310dd03

Browse files
committed
docs: added link to the simple raect-navigation demo app
1 parent 1e37199 commit 310dd03

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The library also aims to support the `web` platform with an optimized DOM implem
4949
- [SharedElementAnimation](#sharedelementanimation)
5050
- [SharedElementResize](#sharedelementresize)
5151
- [SharedElementAlign](#sharedelementalign)
52-
- [Example app](#example-app)
52+
- [Example apps](#example-apps)
5353
- [License](#license)
5454
- [Credits](#credits)
5555

@@ -212,10 +212,10 @@ In this case you can use `resize="clip"` and `align="left-top"` to create a text
212212

213213
When `auto` is selected, the default alignment strategy is used, which is `center-center`.
214214

215+
## Example apps
215216

216-
## Example app
217-
218-
The example app is located in [`./Example`](./Example) and serves as an exploration and testing tool. It features a custom stack router which implements the shared element primitives. It also implements the react-navigation binding and serves as a testing tool for that.
217+
- The main example & test app is located in [`./Example`](./Example) and serves as an exploration and testing tool. It features a custom stack router which implements the shared element primitives. It also implements the react-navigation binding and serves as a testing tool for that.
218+
- [Simple demo app using RN60 and the react-navigation binding](https://github.com/IjzerenHein/react-navigation-sharedelement-rn60demo)
219219

220220
**Usage**
221221

0 commit comments

Comments
 (0)