Lyubomir Marinov 8 лет назад
Родитель
Сommit
0de01e93dd
5 измененных файлов: 12 добавлений и 10 удалений
  1. 3
    3
      .flowconfig
  2. 1
    0
      .gitignore
  3. 1
    1
      android/app/src/main/java/org/jitsi/meet/MainApplication.java
  4. 5
    4
      ios/app/AppDelegate.m
  5. 2
    2
      package.json

+ 3
- 3
.flowconfig Просмотреть файл

@@ -40,11 +40,11 @@ suppress_type=$FlowIssue
40 40
 suppress_type=$FlowFixMe
41 41
 suppress_type=$FixMe
42 42
 
43
-suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(3[0-6]\\|[1-2][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
44
-suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(3[0-6]\\|1[0-9]\\|[1-2][0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
43
+suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(3[0-7]\\|[1-2][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
44
+suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(3[0-7]\\|1[0-9]\\|[1-2][0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
45 45
 suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
46 46
 
47 47
 unsafe.enable_getters_and_setters=true
48 48
 
49 49
 [version]
50
-^0.36.0
50
+^0.37.0

+ 1
- 0
.gitignore Просмотреть файл

@@ -47,6 +47,7 @@ local.properties
47 47
 #
48 48
 node_modules/
49 49
 npm-debug.log
50
+yarn-error.log
50 51
 
51 52
 # BUCK
52 53
 #

+ 1
- 1
android/app/src/main/java/org/jitsi/meet/MainApplication.java Просмотреть файл

@@ -16,7 +16,7 @@ public class MainApplication extends Application implements ReactApplication {
16 16
          * {@inheritDoc}
17 17
          */
18 18
         @Override
19
-        protected boolean getUseDeveloperSupport() {
19
+        public boolean getUseDeveloperSupport() {
20 20
             return BuildConfig.DEBUG;
21 21
         }
22 22
 

+ 5
- 4
ios/app/AppDelegate.m Просмотреть файл

@@ -8,10 +8,11 @@
8 8
  */
9 9
 
10 10
 #import "AppDelegate.h"
11
-#import "RCTAssert.h"
12
-#import "RCTBundleURLProvider.h"
13
-#import "RCTLinkingManager.h"
14
-#import "RCTRootView.h"
11
+
12
+#import <React/RCTAssert.h>
13
+#import <React/RCTBundleURLProvider.h>
14
+#import <React/RCTLinkingManager.h>
15
+#import <React/RCTRootView.h>
15 16
 
16 17
 /**
17 18
  * A <tt>RCTFatalHandler</tt> implementation which swallows JavaScript errors.

+ 2
- 2
package.json Просмотреть файл

@@ -34,7 +34,7 @@
34 34
     "postis": "^2.2.0",
35 35
     "react": "15.4.2",
36 36
     "react-dom": "15.4.2",
37
-    "react-native": "0.40.0",
37
+    "react-native": "0.41.2",
38 38
     "react-native-keep-awake": "^2.0.2",
39 39
     "react-native-prompt": "^1.0.0",
40 40
     "react-native-vector-icons": "^4.0.0",
@@ -67,7 +67,7 @@
67 67
     "eslint-plugin-react-native": "^2.2.1",
68 68
     "expose-loader": "*",
69 69
     "file-loader": "^0.10.0",
70
-    "flow-bin": "^0.36.0",
70
+    "flow-bin": "^0.37.0",
71 71
     "haste-resolver-webpack-plugin": "^0.2.2",
72 72
     "imports-loader": "*",
73 73
     "jshint": "2.9.4",

Загрузка…
Отмена
Сохранить