Yashotantra Academy
AI · Blockchain · Cloud · Data
Dark mode active
Learn
Tracks
ABCD
Certification
More
▾
Dark mode active
Learn
Tracks
ABCD
Certification
Study
Theory
Code Lab
Build
Solidity IDE
Staking Sandbox
Simulation
Reference
Wallets
Gas Fees
Explorers
← Code Lab
React Native
0/50 solved · 0%
All lessons
lesson
code
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(
Reveal solution
Run & check
Reset
Transpiled, then run in a sandbox
function parseTxLink(url) { // TODO }
Output appears here.
← 17. Formatting token balances
19. Building a notification payload →