navigation-stack 0.6.0 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ Navigation in a Single-Page Application.
|
|
|
9
9
|
* Provides operations to perform programmatic navigation such as "push" (go to new URL), "replace" (redirect to new URL), "shift" (rewind to a previously visited URL).
|
|
10
10
|
* Provides a subscription mechanism to get notified on location changes.
|
|
11
11
|
* Supports automatic [scroll position restoration](#scroll-position-restoration) on "Back"/"Forward" navigation.
|
|
12
|
-
* If you're using React, see [`navigation-stack-react`](http://npmjs.com/package/navigation-stack-react) package.
|
|
12
|
+
<!-- * If you're using React, see [`navigation-stack-react`](http://npmjs.com/package/navigation-stack-react) package. -->
|
|
13
13
|
|
|
14
14
|
## Install
|
|
15
15
|
|