Skip to content

Commit c284e7b

Browse files
committed
upgraded the Example to [email protected], fixed the updated time problem when install the app at first time
1 parent 667d8d5 commit c284e7b

File tree

10 files changed

+582
-795
lines changed

10 files changed

+582
-795
lines changed

Example/.flowconfig

+3-5
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ emoji=true
2626

2727
module.system=haste
2828

29-
experimental.strict_type_args=true
30-
3129
munge_underscores=true
3230

3331
module.name_mapper='^[./a-zA-Z0-9$_-]+\.\(bmp\|gif\|jpg\|jpeg\|png\|psd\|svg\|webp\|m4v\|mov\|mp4\|mpeg\|mpg\|webm\|aac\|aiff\|caf\|m4a\|mp3\|wav\|html\|pdf\)$' -> 'RelativeImageStub'
@@ -36,12 +34,12 @@ suppress_type=$FlowIssue
3634
suppress_type=$FlowFixMe
3735
suppress_type=$FixMe
3836

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]+
37+
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(4[0-9]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
38+
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(4[0-9]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
4139
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
4240
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
4341

4442
unsafe.enable_getters_and_setters=true
4543

4644
[version]
47-
^0.45.0
45+
^0.49.1

Example/ios/Example.xcodeproj/project.pbxproj

+33-373
Large diffs are not rendered by default.

Example/ios/Example.xcodeproj/xcshareddata/xcschemes/Example.xcscheme

+2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
buildConfiguration = "Debug"
5555
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
5656
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
57+
language = ""
5758
shouldUseLaunchSchemeArgsEnv = "YES">
5859
<Testables>
5960
<TestableReference
@@ -83,6 +84,7 @@
8384
buildConfiguration = "Debug"
8485
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
8586
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
87+
language = ""
8688
launchStyle = "0"
8789
useCustomWorkingDirectory = "NO"
8890
ignoresPersistentStateOnLaunch = "NO"

Example/ios/Example/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>CFBundleDevelopmentRegion</key>
66
<string>en</string>
77
<key>CFBundleDisplayName</key>
8-
<string>Example</string>
8+
<string>UltimateListView</string>
99
<key>CFBundleExecutable</key>
1010
<string>$(EXECUTABLE_NAME)</string>
1111
<key>CFBundleIdentifier</key>

Example/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"test": "jest"
88
},
99
"dependencies": {
10-
"native-base": "2.1.5",
10+
"native-base": "^2.3.1",
1111
"react": "16.0.0-alpha.12",
12-
"react-native": "0.45.1",
13-
"react-native-ultimate-listview": "^3.1.3"
12+
"react-native": "0.46.1",
13+
"react-native-ultimate-listview": "^3.1.7"
1414
},
1515
"devDependencies": {
1616
"babel-jest": "20.0.3",

0 commit comments

Comments
 (0)