Discussions

Ask a Question
Back to All

Can I update a text value of ViroText?

Hi! thanks for your wonderful library!

const { text, handleText } = props;
<ViroText text={text} />

I can update a styles of ViroText but text attribute can not be changed.

can I update this?