<Textstyle={styles.descriptionText}>{_('Plugins extend Joplin with features that are not present by default. Plugins can extend Joplin\'s editor, viewer, and more.')}</Text>
</List.Section>
<Divider/>
<List.Section
title={_('Plugin security')}
titleStyle={styles.title}
>
<Textstyle={styles.descriptionText}>{_('Like any software you install, plugins can potentially cause security issues or data loss.')}</Text>
</List.Section>
<Divider/>
<Textvariant='titleMedium'style={styles.header}>{_('Here\'s what we do to make plugins safer:')}</Text>
{renderCard('crown',_('Recommended plugins'),_('We mark plugins developed by trusted Joplin community members as "recommended".'))}
{renderCard('source-branch-check',_('Open Source'),_('Most plugins have source code available for review on the plugin website.'))}
{renderCard('flag-remove',_('Report system'),_('We have a system for reporting and removing problematic plugins.'))}