Skip to content

Commit 2b85dc0

Browse files
Merge pull request #171 from StoDevX/greenkeeper-react-native-0.32.0
Update react-native to version 0.32.0 πŸš€
2 parents ac9903c + 3950920 commit 2b85dc0

File tree

9 files changed

+21
-13
lines changed

9 files changed

+21
-13
lines changed

β€Ž.flowconfigβ€Ž

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[ignore]
22

33
# We fork some components by platform.
4-
.*/*.android.js
4+
.*/*[.]android.js
55

66
# Ignore templates with `@flow` in header
77
.*/local-cli/generator.*
@@ -23,7 +23,6 @@
2323
.*/Libraries/react-native/React.js
2424
.*/Libraries/react-native/ReactNative.js
2525
.*/node_modules/jest-runtime/build/__tests__/.*
26-
.*/react/.*/fbjs
2726

2827
[include]
2928

@@ -34,7 +33,6 @@ flow/
3433

3534
[options]
3635
module.system=haste
37-
module.ignore_non_literal_requires=true
3836

3937
esproposal.class_static_fields=enable
4038
esproposal.class_instance_fields=enable
@@ -50,11 +48,11 @@ suppress_type=$FlowIssue
5048
suppress_type=$FlowFixMe
5149
suppress_type=$FixMe
5250

53-
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(2[0-9]\\|1[0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
54-
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(2[0-9]\\|1[0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
51+
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(30\\|[1-2][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
52+
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(30\\|1[0-9]\\|[1-2][0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
5553
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
5654

5755
unsafe.enable_getters_and_setters=true
5856

5957
[version]
60-
^0.29.0
58+
^0.30.0
2.64 KB
Loading
4.24 KB
Loading

β€Žios/AllAboutOlaf.xcodeproj/xcshareddata/xcschemes/AllAboutOlaf.xcschemeβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0730"
3+
LastUpgradeVersion = "0800"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

β€Žios/AllAboutOlaf/Images.xcassets/AppIcon.appiconset/Contents.jsonβ€Ž

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
22
"images" : [
33
{
4-
"idiom" : "iphone",
54
"size" : "20x20",
5+
"idiom" : "iphone",
6+
"filename" : "[email protected]",
67
"scale" : "2x"
78
},
89
{
9-
"idiom" : "iphone",
1010
"size" : "20x20",
11+
"idiom" : "iphone",
12+
"filename" : "[email protected]",
1113
"scale" : "3x"
1214
},
1315
{
2.16 KB
Loading
3.55 KB
Loading

β€Žios/Pods/Pods.xcodeproj/project.pbxprojβ€Ž

Lines changed: 9 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"moment": "2.14.1",
3636
"moment-timezone": "0.5.5",
3737
"querystring": "0.2.0",
38-
"react": "15.2.1",
39-
"react-native": "0.31.0",
38+
"react": "15.3.1",
39+
"react-native": "0.32.0",
4040
"react-native-android-tablayout": "0.3.0",
4141
"react-native-animatable": "0.6.1",
4242
"react-native-button": "1.6.0",
@@ -60,6 +60,6 @@
6060
"eslint-plugin-babel": "3.3.0",
6161
"eslint-plugin-flowtype": "2.11.4",
6262
"eslint-plugin-react": "6.1.2",
63-
"flow-bin": "0.29.0"
63+
"flow-bin": "0.30.0"
6464
}
6565
}

0 commit comments

Comments
Β (0)