-
Notifications
You must be signed in to change notification settings - Fork 751
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgraded RN to 0.53.0 and NB to 2.3.9
- Loading branch information
SupriyaKalghatgi
committed
Feb 19, 2018
1 parent
f6124f1
commit 0a635b3
Showing
23 changed files
with
1,403 additions
and
1,433 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# [2.4.5](https://github.com/GeekyAnts/NativeBase-KitchenSink/releases/tag/v2.4.5) | ||
# [2.4.6](https://github.com/GeekyAnts/NativeBase-KitchenSink/releases/tag/v2.4.6) | ||
|
||
|
||
#### Upgraded Features | ||
|
||
* Upgraded React Native from 0.50.1 to 0.51.0 | ||
* Upgraded dev-dependencies | ||
* Upgraded React Native from 0.51.0 to 0.53.0 | ||
* Upgraded NativeBase from 2.3.5 to 2.3.9 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
import variable from "./../variables/platform"; | ||
import variable from './../variables/platform'; | ||
|
||
export default (variables = variable) => { | ||
const bodyTheme = { | ||
flex: 1, | ||
alignItems: "center", | ||
alignSelf: "center" | ||
}; | ||
const bodyTheme = { | ||
flex: 1, | ||
alignItems: 'center', | ||
alignSelf: 'center', | ||
}; | ||
|
||
return bodyTheme; | ||
return bodyTheme; | ||
}; |
Oops, something went wrong.