Skip to content

Commit 4182df7

Browse files
author
June Domingo
committed
Merge branch 'release/2.0.1'
2 parents dcae635 + 3cb9727 commit 4182df7

File tree

9 files changed

+6228
-20
lines changed

9 files changed

+6228
-20
lines changed

.flowconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ suppress_type=$FlowIssue
4848
suppress_type=$FlowFixMe
4949
suppress_type=$FixMe
5050

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]+
51+
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(3[0-3]\\|[1-2][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
52+
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(3[0-3]\\|1[0-9]\\|[1-2][0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
5353
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
5454

5555
unsafe.enable_getters_and_setters=true
5656

5757
[version]
58-
^0.30.0
58+
^0.33.0
Binary file not shown.
12.9 KB
Binary file not shown.
Binary file not shown.

ios/movieapp.xcodeproj/project.pbxproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
};
66
objectVersion = 46;
77
objects = {
8-
98
/* Begin PBXBuildFile section */
109
00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */; };
1110
00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */; };
@@ -33,6 +32,7 @@
3332
832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; };
3433
85F09C0574E54CF9BBB8348F /* libRNVectorIcons.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F4656E289F474A0E9D8C8F88 /* libRNVectorIcons.a */; };
3534
B04B6A477F9F49B09FCF4516 /* Zocial.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 5075FDCA168A4E00B6B69B60 /* Zocial.ttf */; };
35+
0334EE6150C94B32A704416A /* SimpleLineIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 3FFFF1E319F64D3497C9A076 /* SimpleLineIcons.ttf */; };
3636
/* End PBXBuildFile section */
3737

3838
/* Begin PBXContainerItemProxy section */
@@ -162,6 +162,7 @@
162162
B071147220BF4B25BE242744 /* Foundation.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Foundation.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Foundation.ttf"; sourceTree = "<group>"; };
163163
F03A33FA8E07491DB9BDB88F /* RNVectorIcons.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNVectorIcons.xcodeproj; path = "../node_modules/react-native-vector-icons/RNVectorIcons.xcodeproj"; sourceTree = "<group>"; };
164164
F4656E289F474A0E9D8C8F88 /* libRNVectorIcons.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRNVectorIcons.a; sourceTree = "<group>"; };
165+
3FFFF1E319F64D3497C9A076 /* SimpleLineIcons.ttf */ = {isa = PBXFileReference; name = "SimpleLineIcons.ttf"; path = "../node_modules/react-native-vector-icons/Fonts/SimpleLineIcons.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
165166
/* End PBXFileReference section */
166167

167168
/* Begin PBXFrameworksBuildPhase section */
@@ -317,6 +318,7 @@
317318
06806D9CD21D48E1B4BC7ACD /* MaterialIcons.ttf */,
318319
63218BAE28B348F3BC949A87 /* Octicons.ttf */,
319320
5075FDCA168A4E00B6B69B60 /* Zocial.ttf */,
321+
3FFFF1E319F64D3497C9A076 /* SimpleLineIcons.ttf */,
320322
);
321323
name = Resources;
322324
sourceTree = "<group>";
@@ -610,6 +612,7 @@
610612
79BBFED8126C438192F39138 /* MaterialIcons.ttf in Resources */,
611613
125C3538491B4BF4A95F0CCF /* Octicons.ttf in Resources */,
612614
B04B6A477F9F49B09FCF4516 /* Zocial.ttf in Resources */,
615+
0334EE6150C94B32A704416A /* SimpleLineIcons.ttf in Resources */,
613616
);
614617
runOnlyForDeploymentPostprocessing = 0;
615618
};

ios/movieapp/Info.plist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
<string>MaterialIcons.ttf</string>
6060
<string>Octicons.ttf</string>
6161
<string>Zocial.ttf</string>
62+
<string>SimpleLineIcons.ttf</string>
6263
</array>
6364
</dict>
6465
</plist>

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,24 @@
99
"test": "jest"
1010
},
1111
"dependencies": {
12-
"axios": "^0.15.0",
13-
"eslint": "^3.6.0",
14-
"eslint-config-airbnb": "^12.0.0",
15-
"eslint-plugin-import": "^1.16.0",
16-
"eslint-plugin-jsx-a11y": "^2.2.2",
17-
"eslint-plugin-react": "^6.3.0",
12+
"axios": "^0.15.2",
13+
"eslint": "^3.9.1",
14+
"eslint-config-airbnb": "^13.0.0",
15+
"eslint-plugin-import": "^2.2.0",
16+
"eslint-plugin-jsx-a11y": "2.2.3",
17+
"eslint-plugin-react": "^6.6.0",
1818
"eslint-plugin-react-native": "^2.0.0",
19-
"eslint-watch": "^2.1.14",
20-
"lodash": "^4.16.4",
21-
"moment": "^2.15.1",
19+
"eslint-watch": "2.1.14",
20+
"lodash": "^4.16.6",
21+
"moment": "^2.16.0",
2222
"numeral": "^1.5.3",
23-
"react": "15.3.2",
24-
"react-native": "0.32.0",
23+
"react": "^15.3.2",
24+
"react-native": "^0.37.0",
2525
"react-native-linear-gradient": "^1.5.13",
26-
"react-native-navigation": "^2.0.0-experimental.133",
26+
"react-native-navigation": "next",
2727
"react-native-scrollable-tab-view": "git+https://github.com/skv-headless/react-native-scrollable-tab-view.git",
28-
"react-native-swiper": "^1.5.2",
29-
"react-native-vector-icons": "^2.1.0",
28+
"react-native-swiper": "^1.5.3",
29+
"react-native-vector-icons": "^3.0.0",
3030
"react-redux": "^4.4.5",
3131
"redux": "^3.6.0",
3232
"redux-thunk": "^2.1.0"
@@ -43,7 +43,7 @@
4343
"react-test-renderer": "15.3.2",
4444
"reactotron-react-native": "^1.1.4",
4545
"redux-immutable-state-invariant": "^1.2.4",
46-
"redux-logger": "^2.7.0"
46+
"redux-logger": "^2.7.4"
4747
},
4848
"description": "Discover movies and tv shows",
4949
"repository": {

src/modules/movies/styles/Movie.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const styles = StyleSheet.create({
1414
backgroundColor: '#131313'
1515
},
1616
contentContainer: {
17+
flex: 1,
1718
marginTop: 157
1819
},
1920
progressBar: {
@@ -96,4 +97,4 @@ const styles = StyleSheet.create({
9697
}
9798
});
9899

99-
export default styles;
100+
export default styles;

0 commit comments

Comments
 (0)