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
 suppress_type=$FlowFixMe
40
 suppress_type=$FlowFixMe
41
 suppress_type=$FixMe
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
 suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
45
 suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
46
 
46
 
47
 unsafe.enable_getters_and_setters=true
47
 unsafe.enable_getters_and_setters=true
48
 
48
 
49
 [version]
49
 [version]
50
-^0.36.0
50
+^0.37.0

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

47
 #
47
 #
48
 node_modules/
48
 node_modules/
49
 npm-debug.log
49
 npm-debug.log
50
+yarn-error.log
50
 
51
 
51
 # BUCK
52
 # BUCK
52
 #
53
 #

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

16
          * {@inheritDoc}
16
          * {@inheritDoc}
17
          */
17
          */
18
         @Override
18
         @Override
19
-        protected boolean getUseDeveloperSupport() {
19
+        public boolean getUseDeveloperSupport() {
20
             return BuildConfig.DEBUG;
20
             return BuildConfig.DEBUG;
21
         }
21
         }
22
 
22
 

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

8
  */
8
  */
9
 
9
 
10
 #import "AppDelegate.h"
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
  * A <tt>RCTFatalHandler</tt> implementation which swallows JavaScript errors.
18
  * A <tt>RCTFatalHandler</tt> implementation which swallows JavaScript errors.

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

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

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