Skip to content

Commit b54333f

Browse files
committed
bump dependencies
1 parent bf1dad8 commit b54333f

File tree

14 files changed

+64
-79
lines changed

14 files changed

+64
-79
lines changed

.eslintrc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
},
3636
],
3737
"react/jsx-filename-extension": ["error", { "extensions": [".js"] }],
38-
"no-underscore-dangle": [2, { allowAfterThis: true }]
38+
"react/no-unused-prop-types": ["off"],
39+
"react/forbid-prop-types": ["off"],
40+
"class-methods-use-this": ["off"],
41+
"arrow-parens": ["off"],
42+
"no-underscore-dangle": [2, { allowAfterThis: true }],
3943
}
4044
}

.flowconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ suppress_type=$FlowIssue
9696
suppress_type=$FlowFixMe
9797
suppress_type=$FixMe
9898

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

103103
unsafe.enable_getters_and_setters=true
104104

105105
[version]
106-
^0.32.0
106+
^0.33.0

examples/Aviato/.flowconfig

Lines changed: 4 additions & 4 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.*
@@ -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

examples/Aviato/ios/Aviato.xcodeproj/project.pbxproj

Lines changed: 22 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
140ED2AC1D01E1AD002B40FF /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; };
2424
146834051AC3E58100842450 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; };
2525
832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; };
26-
F11A9F1B1D7BE568004D54D0 /* libRCTAnimation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F11A9F111D7BE55A004D54D0 /* libRCTAnimation.a */; };
2726
/* End PBXBuildFile section */
2827

2928
/* Begin PBXContainerItemProxy section */
@@ -104,38 +103,30 @@
104103
remoteGlobalIDString = 58B5119B1A9E6C1200147676;
105104
remoteInfo = RCTText;
106105
};
107-
F11A9F101D7BE55A004D54D0 /* PBXContainerItemProxy */ = {
108-
isa = PBXContainerItemProxy;
109-
containerPortal = F11A9F0B1D7BE55A004D54D0 /* RCTAnimation.xcodeproj */;
110-
proxyType = 2;
111-
remoteGlobalIDString = 134814201AA4EA6300B7C361;
112-
remoteInfo = RCTAnimation;
113-
};
114106
/* End PBXContainerItemProxy section */
115107

116108
/* Begin PBXFileReference section */
117-
008F07F21AC5B25A0029DE68 /* main.jsbundle */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = main.jsbundle; sourceTree = "<group>"; };
118-
00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTActionSheet.xcodeproj; path = "../node_modules/react-native/Libraries/ActionSheetIOS/RCTActionSheet.xcodeproj"; sourceTree = "<group>"; };
119-
00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTGeolocation.xcodeproj; path = "../node_modules/react-native/Libraries/Geolocation/RCTGeolocation.xcodeproj"; sourceTree = "<group>"; };
120-
00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTImage.xcodeproj; path = "../node_modules/react-native/Libraries/Image/RCTImage.xcodeproj"; sourceTree = "<group>"; };
121-
00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTNetwork.xcodeproj; path = "../node_modules/react-native/Libraries/Network/RCTNetwork.xcodeproj"; sourceTree = "<group>"; };
122-
00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTVibration.xcodeproj; path = "../node_modules/react-native/Libraries/Vibration/RCTVibration.xcodeproj"; sourceTree = "<group>"; };
109+
008F07F21AC5B25A0029DE68 /* main.jsbundle */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = main.jsbundle; path = main.jsbundle; sourceTree = "<group>"; };
110+
00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTActionSheet.xcodeproj; path = ../node_modules/react-native/Libraries/ActionSheetIOS/RCTActionSheet.xcodeproj; sourceTree = "<group>"; };
111+
00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTGeolocation.xcodeproj; path = ../node_modules/react-native/Libraries/Geolocation/RCTGeolocation.xcodeproj; sourceTree = "<group>"; };
112+
00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTImage.xcodeproj; path = ../node_modules/react-native/Libraries/Image/RCTImage.xcodeproj; sourceTree = "<group>"; };
113+
00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTNetwork.xcodeproj; path = ../node_modules/react-native/Libraries/Network/RCTNetwork.xcodeproj; sourceTree = "<group>"; };
114+
00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTVibration.xcodeproj; path = ../node_modules/react-native/Libraries/Vibration/RCTVibration.xcodeproj; sourceTree = "<group>"; };
123115
00E356EE1AD99517003FC87E /* AviatoTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AviatoTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
124116
00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
125117
00E356F21AD99517003FC87E /* AviatoTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AviatoTests.m; sourceTree = "<group>"; };
126-
139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTSettings.xcodeproj; path = "../node_modules/react-native/Libraries/Settings/RCTSettings.xcodeproj"; sourceTree = "<group>"; };
127-
139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTWebSocket.xcodeproj; path = "../node_modules/react-native/Libraries/WebSocket/RCTWebSocket.xcodeproj"; sourceTree = "<group>"; };
118+
139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTSettings.xcodeproj; path = ../node_modules/react-native/Libraries/Settings/RCTSettings.xcodeproj; sourceTree = "<group>"; };
119+
139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTWebSocket.xcodeproj; path = ../node_modules/react-native/Libraries/WebSocket/RCTWebSocket.xcodeproj; sourceTree = "<group>"; };
128120
13B07F961A680F5B00A75B9A /* Aviato.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Aviato.app; sourceTree = BUILT_PRODUCTS_DIR; };
129121
13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Aviato/AppDelegate.h; sourceTree = "<group>"; };
130122
13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Aviato/AppDelegate.m; sourceTree = "<group>"; };
131123
13B07FB21A68108700A75B9A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
132124
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = Aviato/Images.xcassets; sourceTree = "<group>"; };
133125
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Aviato/Info.plist; sourceTree = "<group>"; };
134126
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Aviato/main.m; sourceTree = "<group>"; };
135-
146833FF1AC3E56700842450 /* React.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = React.xcodeproj; path = "../node_modules/react-native/React/React.xcodeproj"; sourceTree = "<group>"; };
136-
78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = "../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj"; sourceTree = "<group>"; };
137-
832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = "../node_modules/react-native/Libraries/Text/RCTText.xcodeproj"; sourceTree = "<group>"; };
138-
F11A9F0B1D7BE55A004D54D0 /* RCTAnimation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTAnimation.xcodeproj; path = "../node_modules/react-native/Libraries/NativeAnimation/RCTAnimation.xcodeproj"; sourceTree = "<group>"; };
127+
146833FF1AC3E56700842450 /* React.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = React.xcodeproj; path = ../node_modules/react-native/React/React.xcodeproj; sourceTree = "<group>"; };
128+
78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = ../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj; sourceTree = "<group>"; };
129+
832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = ../node_modules/react-native/Libraries/Text/RCTText.xcodeproj; sourceTree = "<group>"; };
139130
/* End PBXFileReference section */
140131

141132
/* Begin PBXFrameworksBuildPhase section */
@@ -153,7 +144,6 @@
153144
files = (
154145
146834051AC3E58100842450 /* libReact.a in Frameworks */,
155146
00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */,
156-
F11A9F1B1D7BE568004D54D0 /* libRCTAnimation.a in Frameworks */,
157147
00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */,
158148
00C302E81ABCBA2D00DB3ED1 /* libRCTImage.a in Frameworks */,
159149
133E29F31AD74F7200F7D852 /* libRCTLinking.a in Frameworks */,
@@ -276,7 +266,6 @@
276266
children = (
277267
146833FF1AC3E56700842450 /* React.xcodeproj */,
278268
00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */,
279-
F11A9F0B1D7BE55A004D54D0 /* RCTAnimation.xcodeproj */,
280269
00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */,
281270
00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */,
282271
78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */,
@@ -318,14 +307,6 @@
318307
name = Products;
319308
sourceTree = "<group>";
320309
};
321-
F11A9F0C1D7BE55A004D54D0 /* Products */ = {
322-
isa = PBXGroup;
323-
children = (
324-
F11A9F111D7BE55A004D54D0 /* libRCTAnimation.a */,
325-
);
326-
name = Products;
327-
sourceTree = "<group>";
328-
};
329310
/* End PBXGroup section */
330311

331312
/* Begin PBXNativeTarget section */
@@ -396,10 +377,6 @@
396377
ProductGroup = 00C302A81ABCB8CE00DB3ED1 /* Products */;
397378
ProjectRef = 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */;
398379
},
399-
{
400-
ProductGroup = F11A9F0C1D7BE55A004D54D0 /* Products */;
401-
ProjectRef = F11A9F0B1D7BE55A004D54D0 /* RCTAnimation.xcodeproj */;
402-
},
403380
{
404381
ProductGroup = 00C302B61ABCB90400DB3ED1 /* Products */;
405382
ProjectRef = 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */;
@@ -516,13 +493,6 @@
516493
remoteRef = 832341B41AAA6A8300B99B32 /* PBXContainerItemProxy */;
517494
sourceTree = BUILT_PRODUCTS_DIR;
518495
};
519-
F11A9F111D7BE55A004D54D0 /* libRCTAnimation.a */ = {
520-
isa = PBXReferenceProxy;
521-
fileType = archive.ar;
522-
path = libRCTAnimation.a;
523-
remoteRef = F11A9F101D7BE55A004D54D0 /* PBXContainerItemProxy */;
524-
sourceTree = BUILT_PRODUCTS_DIR;
525-
};
526496
/* End PBXReferenceProxy section */
527497

528498
/* Begin PBXResourcesBuildPhase section */
@@ -558,6 +528,7 @@
558528
runOnlyForDeploymentPostprocessing = 0;
559529
shellPath = /bin/sh;
560530
shellScript = "export NODE_BINARY=node\n../node_modules/react-native/packager/react-native-xcode.sh";
531+
showEnvVarsInLog = 1;
561532
};
562533
/* End PBXShellScriptBuildPhase section */
563534

@@ -611,7 +582,7 @@
611582
"$(inherited)",
612583
);
613584
INFOPLIST_FILE = AviatoTests/Info.plist;
614-
IPHONEOS_DEPLOYMENT_TARGET = 8.2;
585+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
615586
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
616587
PRODUCT_NAME = "$(TARGET_NAME)";
617588
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Aviato.app/Aviato";
@@ -624,7 +595,7 @@
624595
BUNDLE_LOADER = "$(TEST_HOST)";
625596
COPY_PHASE_STRIP = NO;
626597
INFOPLIST_FILE = AviatoTests/Info.plist;
627-
IPHONEOS_DEPLOYMENT_TARGET = 8.2;
598+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
628599
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
629600
PRODUCT_NAME = "$(TARGET_NAME)";
630601
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Aviato.app/Aviato";
@@ -635,40 +606,44 @@
635606
isa = XCBuildConfiguration;
636607
buildSettings = {
637608
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
609+
CURRENT_PROJECT_VERSION = 1;
638610
DEAD_CODE_STRIPPING = NO;
639611
HEADER_SEARCH_PATHS = (
640612
"$(inherited)",
641613
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
642614
"$(SRCROOT)/../node_modules/react-native/React/**",
643615
);
644-
INFOPLIST_FILE = Aviato/Info.plist;
616+
INFOPLIST_FILE = "Aviato/Info.plist";
645617
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
646618
OTHER_LDFLAGS = (
647619
"$(inherited)",
648620
"-ObjC",
649621
"-lc++",
650622
);
651623
PRODUCT_NAME = Aviato;
624+
VERSIONING_SYSTEM = "apple-generic";
652625
};
653626
name = Debug;
654627
};
655628
13B07F951A680F5B00A75B9A /* Release */ = {
656629
isa = XCBuildConfiguration;
657630
buildSettings = {
658631
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
632+
CURRENT_PROJECT_VERSION = 1;
659633
HEADER_SEARCH_PATHS = (
660634
"$(inherited)",
661635
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
662636
"$(SRCROOT)/../node_modules/react-native/React/**",
663637
);
664-
INFOPLIST_FILE = Aviato/Info.plist;
638+
INFOPLIST_FILE = "Aviato/Info.plist";
665639
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
666640
OTHER_LDFLAGS = (
667641
"$(inherited)",
668642
"-ObjC",
669643
"-lc++",
670644
);
671645
PRODUCT_NAME = Aviato;
646+
VERSIONING_SYSTEM = "apple-generic";
672647
};
673648
name = Release;
674649
};
@@ -711,7 +686,7 @@
711686
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
712687
"$(SRCROOT)/../node_modules/react-native/React/**",
713688
);
714-
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
689+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
715690
MTL_ENABLE_DEBUG_INFO = YES;
716691
ONLY_ACTIVE_ARCH = YES;
717692
SDKROOT = iphoneos;
@@ -751,7 +726,7 @@
751726
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
752727
"$(SRCROOT)/../node_modules/react-native/React/**",
753728
);
754-
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
729+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
755730
MTL_ENABLE_DEBUG_INFO = NO;
756731
SDKROOT = iphoneos;
757732
VALIDATE_PRODUCT = YES;

examples/Aviato/ios/Aviato/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dict>
4646
<key>localhost</key>
4747
<dict>
48-
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
48+
<key>NSExceptionAllowsInsecureHTTPLoads</key>
4949
<true/>
5050
</dict>
5151
</dict>

examples/Aviato/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"android": "./node_modules/.bin/react-native run-android"
99
},
1010
"dependencies": {
11-
"react": "15.3.1-rc.2",
12-
"react-native": "0.34.0-rc.0",
11+
"react": "~15.3.1",
12+
"react-native": "0.36.0-rc.1",
1313
"react-native-side-menu": "^0.20.0",
1414
"react-router-native": "file:../../"
1515
}

examples/Simple/.flowconfig

Lines changed: 4 additions & 4 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.*
@@ -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

examples/Simple/ios/Simple.xcodeproj/project.pbxproj

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@
582582
"$(inherited)",
583583
);
584584
INFOPLIST_FILE = SimpleTests/Info.plist;
585-
IPHONEOS_DEPLOYMENT_TARGET = 8.2;
585+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
586586
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
587587
PRODUCT_NAME = "$(TARGET_NAME)";
588588
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Simple.app/Simple";
@@ -595,7 +595,7 @@
595595
BUNDLE_LOADER = "$(TEST_HOST)";
596596
COPY_PHASE_STRIP = NO;
597597
INFOPLIST_FILE = SimpleTests/Info.plist;
598-
IPHONEOS_DEPLOYMENT_TARGET = 8.2;
598+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
599599
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
600600
PRODUCT_NAME = "$(TARGET_NAME)";
601601
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Simple.app/Simple";
@@ -606,6 +606,7 @@
606606
isa = XCBuildConfiguration;
607607
buildSettings = {
608608
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
609+
CURRENT_PROJECT_VERSION = 1;
609610
DEAD_CODE_STRIPPING = NO;
610611
HEADER_SEARCH_PATHS = (
611612
"$(inherited)",
@@ -620,13 +621,15 @@
620621
"-lc++",
621622
);
622623
PRODUCT_NAME = Simple;
624+
VERSIONING_SYSTEM = "apple-generic";
623625
};
624626
name = Debug;
625627
};
626628
13B07F951A680F5B00A75B9A /* Release */ = {
627629
isa = XCBuildConfiguration;
628630
buildSettings = {
629631
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
632+
CURRENT_PROJECT_VERSION = 1;
630633
HEADER_SEARCH_PATHS = (
631634
"$(inherited)",
632635
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
@@ -640,6 +643,7 @@
640643
"-lc++",
641644
);
642645
PRODUCT_NAME = Simple;
646+
VERSIONING_SYSTEM = "apple-generic";
643647
};
644648
name = Release;
645649
};
@@ -682,7 +686,7 @@
682686
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
683687
"$(SRCROOT)/../node_modules/react-native/React/**",
684688
);
685-
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
689+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
686690
MTL_ENABLE_DEBUG_INFO = YES;
687691
ONLY_ACTIVE_ARCH = YES;
688692
SDKROOT = iphoneos;
@@ -722,7 +726,7 @@
722726
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
723727
"$(SRCROOT)/../node_modules/react-native/React/**",
724728
);
725-
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
729+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
726730
MTL_ENABLE_DEBUG_INFO = NO;
727731
SDKROOT = iphoneos;
728732
VALIDATE_PRODUCT = YES;

0 commit comments

Comments
 (0)