Skip to content

Commit

Permalink
Merge pull request #533 from shoutem/hotfix/4.0.9
Browse files Browse the repository at this point in the history
Fix function name
  • Loading branch information
Definitely-Not-Vlad authored Oct 28, 2020
2 parents a47b07c + 6241084 commit 88fd385
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shoutem/ui",
"version": "4.0.8",
"version": "4.0.9",
"description": "Styleable set of components for React Native applications",
"dependencies": {
"@shoutem/animation": "~0.12.4",
Expand Down
2 changes: 1 addition & 1 deletion theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export function resolveFontWeight(fontWeight) {
// Currently, resolveFontFamily will provide fontStyle styling, but any value other than 'normal'
// being provided to fontStyle will cause the default system font to be used, so we conditionally
// resolve it.
export function resolveFontWeight(fontStyle) {
export function resolveFontStyle(fontStyle) {
if (Platform.OS === 'ios') {
return fontStyle;
}
Expand Down

0 comments on commit 88fd385

Please sign in to comment.