awesome-react-native icon indicating copy to clipboard operation
awesome-react-native copied to clipboard

Is there a string renderer for react native?

Open radiorz opened this issue 3 years ago • 2 comments

such as this:

import templateRedenderFunc  from './???'
export default Renderer(template=''){
  return templateRedenderFunc (template)
}

using

const template = `<Text>1234</Text>`
function App(){
return <Renderer template={template}></Renderer>

}

radiorz avatar Aug 24 '22 09:08 radiorz

I only know that react-native-render-html could help for rendering string html template

radiorz avatar Aug 24 '22 09:08 radiorz