StreamdownRN currently hardcodes a custom code block renderer inside StreamdownRN.tsx (rules.fence always returns the built-in component). Consumers can’t swap it out to reuse their existing code block components (with copy button, HTML preview, math parsing, etc.) or to match their design system.