Open Nases opened 3 years ago
I've been trying to use my custom components on export.
const Bold = ({ children }) => { return ( <Text style={styles.bold}> {children} </Text> ) }
inlineStyles: { BOLD: {element: <Bold />} }
Any way to get this working?
I've been trying to use my custom components on export.
Any way to get this working?