Chris Corbyn

Results 63 comments of Chris Corbyn

This is awesome. Any ETA on when a proper release will have this?

I realise this issue is very old, but for completeness' sake, I think `renderText` is what you were looking for: ``` javascript { pattern: /#(\w+)/, style: styles.hashTag, renderText: (s, m)...

Can I propose a simple way to fix this would be to allow `renderText` to return a React Element? Then you could do like: ``` { pattern: /\w+-\d+/, renderText: (str,...