We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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> }
The text was updated successfully, but these errors were encountered:
I only know that react-native-render-html could help for rendering string html template
Sorry, something went wrong.
Maybe this is what are you looking for:
https://www.npmjs.com/package/acorn-jsx https://www.npmjs.com/package/react-jsx-parser
No branches or pull requests
such as this:
using
The text was updated successfully, but these errors were encountered: