Skip to content

Commit 2f1b04c

Browse files
author
Supriya
committed
Upgraded React Native to 0.50.0
1 parent 09767d6 commit 2f1b04c

File tree

6 files changed

+129
-112
lines changed

6 files changed

+129
-112
lines changed

.flowconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ suppress_type=$FlowFixMeProps
3737
suppress_type=$FlowFixMeState
3838
suppress_type=$FixMe
3939

40-
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(5[0-6]\\|[1-4][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
41-
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(5[0-6]\\|[1-4][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
40+
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(5[0-7]\\|[1-4][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
41+
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(5[0-7]\\|[1-4][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
4242
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
4343
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
4444

4545
unsafe.enable_getters_and_setters=true
4646

4747
[version]
48-
^0.56.0
48+
^0.57.0

ChangeLog.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,7 @@
1-
# [2.3.5](https://github.com/GeekyAnts/NativeBase-KitchenSink/releases/tag/v2.3.5)
2-
3-
#### New Features
4-
5-
* Integrated ESlint, linter tool for identifying and reporting on patterns in javascript.
6-
* Integrated Husky
7-
* Prevents bad commit, push and more
8-
* Builds precommit and other git hooks to run commands within your package.json before a commit is allowed.
9-
* Integrated Prettier
10-
* Reformats and reindents bookmarklet, ugly javascript code.
11-
* Removes all original styling and ensures that all outputted code conforms to a consistent style.
1+
# [2.4.5](https://github.com/GeekyAnts/NativeBase-KitchenSink/releases/tag/v2.4.5)
122

133

144
#### Upgraded Features
155

16-
* Upgraded NativeBase from 2.3.1 to 2.3.5
17-
* Upgraded React from 16.0.0-alpha.13 to 16.0.0
18-
* Upgraded React Native from 0.46.4 to 0.50.1
19-
* Upgraded React-Navigation from 1.0.0-beta.11 to 1.0.0-beta.19
20-
* Modified structure of the project more efficiently.
21-
* Ejected new theme from NativeBase 2.3.5
6+
* Upgraded React Native from 0.50.1 to 0.51.0
227
* Upgraded dev-dependencies

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# NativeBase KitchenSink v2.3.5
1+
# NativeBase KitchenSink v2.4.5
22
An example app with all the UI components of NativeBase
33

44
> **NativeBase-KitchenSink** comes in three forms of app for you!

0 commit comments

Comments
 (0)