[REGRESSION] Markdown text (#1242)

This commit is contained in:
Diego Mello 2019-09-26 14:17:04 -03:00 committed by GitHub
parent ca351db73e
commit f11723059f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -162,7 +162,9 @@ export default class Markdown extends PureComponent {
} }
return ( return (
<View style={styles.block}> <View style={styles.block}>
{children} <Text>
{children}
</Text>
</View> </View>
); );
}; };