File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ suppress_type=$FlowIssue
36
36
suppress_type=$FlowFixMe
37
37
suppress_type=$FixMe
38
38
39
- suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(4[0-2 ]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
40
- suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(4[0-2 ]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
39
+ suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(4[0-5 ]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
40
+ suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(4[0-5 ]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
41
41
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
42
42
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
43
43
44
44
unsafe.enable_getters_and_setters=true
45
45
46
46
[version]
47
- ^0.42 .0
47
+ ^0.45 .0
Original file line number Diff line number Diff line change @@ -33,6 +33,13 @@ import com.android.build.OutputFile
33
33
* // bundleInPaidRelease: true,
34
34
* // bundleInBeta: true,
35
35
*
36
+ * // whether to disable dev mode in custom build variants (by default only disabled in release)
37
+ * // for example: to disable dev mode in the staging build type (if configured)
38
+ * devDisabledInStaging: true,
39
+ * // The configuration property can be in the following formats
40
+ * // 'devDisabledIn${productFlavor}${buildType}'
41
+ * // 'devDisabledIn${buildType}'
42
+ *
36
43
* // the root of your project, i.e. where "package.json" lives
37
44
* root: "../../",
38
45
*
Original file line number Diff line number Diff line change @@ -2336,7 +2336,7 @@ promise@^7.1.1:
2336
2336
dependencies :
2337
2337
asap "~2.0.3"
2338
2338
2339
- prop-types@^15.5.6, prop-types@^15.5.8 :
2339
+ prop-types@^15.5.10, prop-types@^15.5. 6, prop-types@^15.5.8 :
2340
2340
version "15.5.10"
2341
2341
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.5.10.tgz#2797dfc3126182e3a95e3dfbb2e893ddd7456154"
2342
2342
dependencies :
@@ -2405,6 +2405,7 @@ react-devtools-core@^2.1.8:
2405
2405
version "0.5.1"
2406
2406
dependencies :
2407
2407
immutable ">=3.8"
2408
+ prop-types "^15.5.10"
2408
2409
2409
2410
react-native@0.45.1 :
2410
2411
version "0.45.1"
You can’t perform that action at this time.
0 commit comments