Skip to content

Fix the output result. #4

@chrisladzamach

Description

@chrisladzamach

Solve the fact that when writing, for example:

<div>
    <h1>hello</h1>
</div>
import { StyleSheet, View, Text } from 'react-native';
 
<View>
    <Text>hello</Text>
</View>
 
const styles = StyleSheet.create({
 
});

If there are no styles written in Input, the styles section is not displayed.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions