Browse Source

Rename to react-navigation-kit; 0.3.0.

Herby Vojčík 6 years ago
parent
commit
1b7d7542bc
2 changed files with 7 additions and 7 deletions
  1. 4 4
      README.md
  2. 3 3
      package.json

+ 4 - 4
README.md

@@ -1,5 +1,5 @@
-# react-navigation-redux-sac
+# react-navigation-kit
 
-Wire `react-navigation` into redux state under specified key with help of `redux-sac`.
-
-Also export convenient navigation helpers ('resetRoutes`, `goBackFrom`) for use in router.
+Wire `react-navigation` into redux substate.
+
+Includes convenient navigation helpers ('resetRoutes`, `goBackFrom`) for use in router.

+ 3 - 3
package.json

@@ -1,7 +1,7 @@
 {
-  "name": "react-navigation-redux-sac",
-  "version": "0.2.0",
-  "description": "Wire `react-navigation` into redux state under specified key with help of `redux-sac`",
+  "name": "react-navigation-kit",
+  "version": "0.3.0",
+  "description": "Wire `react-navigation` into redux substate",
   "main": "index.js",
   "scripts": {
     "test": "echo \"Error: no test specified\" && exit 1"