@@ -128,35 +128,35 @@ https://reactnative.dev/docs/button#props
128128### ` style `
129129<PropsTable
130130description = " The style prop from React Native. Unlike the regular Pressable component, it does not accept a function."
131- prop = { { type: " StyleProp<ViewStyle>" , required: false , default : " -" }}
131+ prop = { { type: " StyleProp<ViewStyle>" , required: false , defaultValue : " -" }}
132132/>
133133
134134### ` colorScheme `
135135<PropsTable
136136description = " The colorScheme property, will define background color and overlay color."
137- prop = { { type: " string" , required: false , default : " blue" }}
137+ prop = { { type: " string" , required: false , defaultValue : " blue" }}
138138/>
139139
140140### ` size `
141141<PropsTable
142142 description = " The size property, will define the size of the button."
143- prop = { { type: " string" , required: false , default : " md" }}
143+ prop = { { type: " string" , required: false , defaultValue : " md" }}
144144/>
145145
146146### ` full `
147147<PropsTable
148148description = " The full property, if true, then the button takes all the width."
149- prop = { { type: " boolean" , required: false , default : " false" }}
149+ prop = { { type: " boolean" , required: false , defaultValue : " false" }}
150150/>
151151
152152### ` isRound `
153153<PropsTable
154154description = " The isRound property, if true, then the button will have a `borderRadius` fully round."
155- prop = { { type: " boolean" , required: false , default : " false" }}
155+ prop = { { type: " boolean" , required: false , defaultValue : " false" }}
156156/>
157157
158158### ` _pressed `
159159<PropsTable
160160 description = " The properties to apply when `pressed` is true."
161- prop = { { type: " CustomStyleObject" , required: false , default : " -" }}
162- />
161+ prop = { { type: " CustomStyleObject" , required: false , defaultValue : " -" }}
162+ />
0 commit comments