Nikatlas 5 anos atrás
pai
commit
a35964cc3b
1 arquivos alterados com 1 adições e 1 exclusões
  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),