File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-simple-dialogs" ,
3- "version" : " 0.3.0 " ,
3+ "version" : " 0.3.1 " ,
44 "description" : " Cross-platform simple dialogs for React Native based on the Modal component. ⚛" ,
55 "private" : false ,
66 "repository" : {
Original file line number Diff line number Diff line change @@ -170,14 +170,14 @@ const buttonPropType = PropTypes.shape({
170170 title : PropTypes . string . isRequired ,
171171 onPress : PropTypes . func . isRequired ,
172172 disabled : PropTypes . bool ,
173- titleStyle : {
173+ titleStyle : PropTypes . shape ( {
174174 ...Text . propTypes . style ,
175175 colorDisabled : PropTypes . string ,
176- } ,
177- style : {
176+ } ) ,
177+ style : PropTypes . shape ( {
178178 ...ViewPropTypes . style ,
179179 backgroundColorDisabled : PropTypes . string ,
180- }
180+ } )
181181} ) ;
182182
183183ConfirmDialog . propTypes = {
You can’t perform that action at this time.
0 commit comments