浏览代码

StyleProps

Nikatlas 5 年之前
父节点
当前提交
a35964cc3b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/modules/NativeBase/index.js

+ 1 - 1
src/modules/NativeBase/index.js

@@ -576,7 +576,7 @@ export class View extends Module {
 
 Text.Inputs = {
 	fontSize: new Types.Integer(),
-	fontWeight: new Types.Integer(),
+	fontWeight: new Types.Text(),
 	fontFamily: new Types.Text(),
 	letterSpacing: new Types.Integer(),
 	uppercase: new Types.Bool().default(false),