Text to LegacyText

pull/106/head
notsapinho 2 years ago committed by GitHub
parent 49e456dc6a
commit dbffd736e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -65,7 +65,7 @@ export const Table = AsyncComponent.fromDisplayName('Table');
export const Image = AsyncComponent.fromDisplayName('Image');
export const Video = AsyncComponent.fromDisplayName('Video');
export const Card = AsyncComponent.fromDisplayName('Card');
export const Text = AsyncComponent.fromDisplayName('Text');
export const Text = AsyncComponent.fromDisplayName('LegacyText');
export const Flex = AsyncComponent.fromDisplayName('Flex');
export { default as ProgressBar } from './ProgressBar';
@ -197,7 +197,7 @@ getModuleByDisplayName('TextInput', true, true).then(TextInput => {
this.TextInput.Sizes = TextInput.Sizes;
});
getModuleByDisplayName('Text', true, true).then(Text => {
getModuleByDisplayName('LegacyText', true, true).then(Text => {
this.Text.Colors = Text.Colors;
this.Text.Sizes = Text.Sizes;
});

Loading…
Cancel
Save