diff --git a/RnDiffApp/.flowconfig b/RnDiffApp/.flowconfig index 4bea710c1..b69d071bc 100644 --- a/RnDiffApp/.flowconfig +++ b/RnDiffApp/.flowconfig @@ -1,7 +1,7 @@ [ignore] # We fork some components by platform. -.*/*[.]android.js +.*/*.android.js # Ignore templates with `@flow` in header .*/local-cli/generator.* diff --git a/RnDiffApp/ios/RnDiffApp.xcodeproj/project.pbxproj b/RnDiffApp/ios/RnDiffApp.xcodeproj/project.pbxproj index e49e8812a..ca4e95d44 100644 --- a/RnDiffApp/ios/RnDiffApp.xcodeproj/project.pbxproj +++ b/RnDiffApp/ios/RnDiffApp.xcodeproj/project.pbxproj @@ -614,11 +614,11 @@ ); INFOPLIST_FILE = "RnDiffApp/Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - OTHER_LDFLAGS = ( + OTHER_LDFLAGS = ( "$(inherited)", - "-ObjC", - "-lc++", - ); + "-ObjC", + "-lc++", + ); PRODUCT_NAME = RnDiffApp; }; name = Debug; @@ -634,11 +634,11 @@ ); INFOPLIST_FILE = "RnDiffApp/Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - OTHER_LDFLAGS = ( + OTHER_LDFLAGS = ( "$(inherited)", - "-ObjC", - "-lc++", - ); + "-ObjC", + "-lc++", + ); PRODUCT_NAME = RnDiffApp; }; name = Release; diff --git a/RnDiffApp/package.json b/RnDiffApp/package.json index 6ddc44d15..7d7ee23cc 100644 --- a/RnDiffApp/package.json +++ b/RnDiffApp/package.json @@ -6,7 +6,7 @@ "start": "node node_modules/react-native/local-cli/cli.js start" }, "dependencies": { - "react": "15.3.0", - "react-native": "0.32.1" + "react": "15.3.1", + "react-native": "0.33.0" } }