You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Andres, thanks again for the lib. It would be nice if we could use our own regex patterns for hashtags and mentions like react-native-parsed-text is doing it.
use case:
By adding custom patterns we can include the user id on the text string eg {id:1, mention:”andres”} but the user will only see @andres. This can came in handy when the user taps on the mention -> navigate to that user’s public profile.
I’ll post an example on how I’m achieving this with react-native-parsed-text.