diff --git a/compiler/src/component_map.ts b/compiler/src/component_map.ts index 9b1272f..9b35f28 100644 --- a/compiler/src/component_map.ts +++ b/compiler/src/component_map.ts @@ -61,6 +61,11 @@ export const COMPONENT_MAP: any = { 'decoration', 'letterSpacing', 'textCase', 'baselineOffset', 'minFontSize', 'maxFontSize' ] }, + TextPicker: { + atomic: true, + attrs: [ + 'defaultPickerItemHeight', 'onAccept', 'onCancel', 'onChange'] + }, Span: { atomic: true, attrs: [