← Code LabReact Native0/50 solved · 0%
Navigation · easy

18. Parsing a deep link

Extract a transaction hash from a custom URL scheme.

Write `parseTxLink(url)` extracting the hash from `myapp://tx/<hash>`, returning `null` if the pattern doesn't match.
Required in your answer: match(