Skip to content

Is there a way to ignore links ? #347

@tahola

Description

@tahola

Hello,

is there any way to completely ignore the links ?

Right now I have to do that :

"onLinkPress={(url) => {
console.log('do nothing');
}}"

And then add the parent color on my links :
const stylesHtml = StyleSheet.create({ p: { color: textColor, }, a: { color: textColor, },

Is there a better way ?

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