Skip to content

Ignore styles not handled by react-native-live-markdown #415

Open
@BartoszGrajdek

Description

@BartoszGrajdek

Problem description

The issue is that while using live markdown input on web we're able to add styles that aren't being handled by the library. This can lead to some issues with the functionality of it.

How it should be working

The goal is to no-op any of the styles that aren't defined inside of the library, that's how it's handled on native. This means that on web there should also be some kind of function checking if the styles provided by the user are valid.

Additionally, we could throw a warning informing the user about ignored styles (on all platforms)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions