File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 " dynamic-form" ,
1717 " react-native" ,
1818 " reactnative" ,
19- " ui-components"
19+ " ui-components" ,
20+ " form-builder" ,
21+ " ios" ,
22+ " android"
2023 ],
2124 "author" : " Greeshma Pillai (https://github.com/pillaigrshma)" ,
2225 "license" : " MIT" ,
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export default function Checkbox(props) {
2424 ) ;
2525}
2626
27- InputText . propTypes = {
27+ Checkbox . propTypes = {
2828 name : PropTypes . string . isRequired ,
2929 meta : PropTypes . object . isRequired ,
3030 value : PropTypes . string ,
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ const styles = StyleSheet.create({
3939 } ,
4040} ) ;
4141
42- InputText . propTypes = {
42+ Datepicker . propTypes = {
4343 name : PropTypes . string . isRequired ,
4444 meta : PropTypes . object . isRequired ,
4545 value : PropTypes . string ,
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ const styles = StyleSheet.create({
4848 }
4949} ) ;
5050
51- InputText . propTypes = {
51+ DropDown . propTypes = {
5252 name : PropTypes . string . isRequired ,
5353 meta : PropTypes . object . isRequired ,
5454 index : PropTypes . number ,
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ const styles = StyleSheet.create({
3232 } ,
3333} ) ;
3434
35- InputText . propTypes = {
35+ Image . propTypes = {
3636 name : PropTypes . string . isRequired ,
3737 meta : PropTypes . object . isRequired ,
3838 style : PropTypes . object ,
You can’t perform that action at this time.
0 commit comments