From 980ff1cd542e4f2a2e6ebcf1e477a8debe5a7b72 Mon Sep 17 00:00:00 2001 From: "Mark J. Lehman" Date: Sun, 22 Jul 2018 07:31:15 -0700 Subject: [PATCH] Link to docs and example app in README (#3135) --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b03f9e7c..00cc0b262 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,11 @@ Actions.pop() Actions.refresh({param1: 'hello', param2: 'world'}) ``` +## API -## Try the example app +For a full listing of the API, [view the API docs](https://github.com/aksonov/react-native-router-flux/blob/master/docs/API.md). + +## Try the [example app](https://github.com/aksonov/react-native-router-flux/tree/master/Example) ![rnrf](https://user-images.githubusercontent.com/3681859/27937441-ef61d932-626b-11e7-885f-1db7dc74b32e.gif)