Browse Source

update remx

Daniel Zlotin 7 years ago
parent
commit
fdeb81c913
5 changed files with 10 additions and 87 deletions
  1. 2
    2
      .github/ISSUE_TEMPLATE
  2. 3
    2
      package.json
  3. 1
    1
      playground/README.md
  4. 0
    78
      playground/commands.json
  5. 4
    4
      yarn.lock

+ 2
- 2
.github/ISSUE_TEMPLATE View File

@@ -1,10 +1,10 @@
1 1
 ### Issue Description
2 2
 
3
-[ENTER DESCRIPTION HERE - Please make sure to use the current [naming conventions](https://github.com/wix/react-native-navigation/issues/197)]
3
+[ENTER DESCRIPTION HERE]
4 4
 
5 5
 ### Steps to Reproduce / Code Snippets / Screenshots
6 6
 
7
-[FILL THIS OUT - It will be extremely helpful]
7
+[FILL THIS OUT]
8 8
 
9 9
 ---
10 10
 ### Environment

+ 3
- 2
package.json View File

@@ -26,6 +26,7 @@
26 26
   "main": "src/index.js",
27 27
   "scripts": {
28 28
     "build": ":",
29
+    "start": "adb reverse tcp:8081 tcp:8081; watchman watch-del-all; node ./node_modules/react-native/local-cli/cli.js start",
29 30
     "test-js": "eslint src integration scripts playground/src playground/e2e playground/scripts && BABEL_ENV=test jest --coverage",
30 31
     "test-android": "node ./scripts/test.android.js",
31 32
     "test-ios": "node ./scripts/test.ios.js",
@@ -56,10 +57,10 @@
56 57
     "eslint-plugin-react-native": "2.x.x",
57 58
     "jest": "18.x.x",
58 59
     "jest-cli": "18.x.x",
59
-    "remx": "0.1.x",
60
+    "remx": "1.x.x",
60 61
     "semver": "5.x.x",
61 62
     "detox": "5.x.x",
62
-    "mocha": "*",
63
+    "mocha": "3.x.x",
63 64
     "shell-utils": "1.x.x"
64 65
   },
65 66
   "babel": {

+ 1
- 1
playground/README.md View File

@@ -1,3 +1,3 @@
1 1
 # Navigation Playground
2 2
 
3
-An example project using `react-native-navigation`.
3
+An local playground project using `react-native-navigation`.

+ 0
- 78
playground/commands.json View File

@@ -1,78 +0,0 @@
1
-{
2
-  "singleScreenApp": {
3
-    "root": {
4
-      "key": "com.example.FirstTabScreen"
5
-    }
6
-  },
7
-  "tabBasedApp": {
8
-    "tabs": [{
9
-             "root": {
10
-              "key": "com.example.FirstTabScreen"
11
-             }
12
-             }, {
13
-             "root": {
14
-              "key": "com.example.SecondTabScreen"
15
-             }
16
-             }, {
17
-             "root": {
18
-              "key": "com.example.FirstTabScreen"
19
-             }
20
-             }]
21
-  },
22
-  "singleWithLeftSideMenu": {
23
-    "root": {
24
-      "key": "com.example.MyScreen"
25
-    },
26
-    "sideMenu": {
27
-      "left": {
28
-        "key": "com.example.Menu"
29
-      }
30
-    }
31
-  },
32
-  "singleWithRightSideMenu": {
33
-    "root": {
34
-      "key": "com.example.MyScreen"
35
-    },
36
-    "sideMenu": {
37
-      "right": {
38
-        "key": "com.example.Menu"
39
-      }
40
-    }
41
-  },
42
-  "singleWithBothMenus": {
43
-    "root": {
44
-      "key": "com.example.MyScreen"
45
-    },
46
-    "sideMenu": {
47
-      "left": {
48
-        "key": "com.example.Menu1"
49
-      },
50
-      "right": {
51
-        "key": "com.example.Menu2"
52
-      }
53
-    }
54
-  },
55
-  "tabBasedWithSideMenu": {
56
-    "tabs": [{
57
-             "root": {
58
-              "key": "com.example.FirstTabScreen"
59
-             }
60
-             }, {
61
-             "root": {
62
-              "key": "com.example.SecondTabScreen"
63
-             }
64
-             }, {
65
-             "root": {
66
-              "key": "com.example.FirstTabScreen"
67
-             }
68
-             }],
69
-    "sideMenu": {
70
-      "left": {
71
-        "key": "com.example.Menu1"
72
-      },
73
-      "right": {
74
-        "key": "com.example.Menu2"
75
-      }
76
-    }
77
-  }
78
-}

+ 4
- 4
yarn.lock View File

@@ -3194,7 +3194,7 @@ mobx@2.x.x:
3194 3194
   version "2.7.0"
3195 3195
   resolved "https://registry.yarnpkg.com/mobx/-/mobx-2.7.0.tgz#cf3d82d18c0ca7f458d8f2a240817b3dc7e54a01"
3196 3196
 
3197
-mocha@*:
3197
+mocha@3.x.x:
3198 3198
   version "3.2.0"
3199 3199
   resolved "https://registry.yarnpkg.com/mocha/-/mocha-3.2.0.tgz#7dc4f45e5088075171a68896814e6ae9eb7a85e3"
3200 3200
   dependencies:
@@ -3903,9 +3903,9 @@ regjsparser@^0.1.4:
3903 3903
   dependencies:
3904 3904
     jsesc "~0.5.0"
3905 3905
 
3906
-remx@0.1.x:
3907
-  version "0.1.42"
3908
-  resolved "https://registry.yarnpkg.com/remx/-/remx-0.1.42.tgz#7f426099fb88f26efff6fef22c7766634c19be8b"
3906
+remx@1.x.x:
3907
+  version "1.0.2"
3908
+  resolved "https://registry.yarnpkg.com/remx/-/remx-1.0.2.tgz#db58db552f337d543f9f7e70f9f91d3ef2696923"
3909 3909
   dependencies:
3910 3910
     lodash "4.x.x"
3911 3911
     mobx "2.x.x"