Discussions
Can I update a text value of ViroText?
over 1 year ago by Hyukky
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?