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
Components · easy
4. FlatList keyExtractor
Write a stable key extractor for transaction data.
Write `keyExtractor(tx)` returning `tx.hash` as the FlatList key.
Required in your answer:
tx.hash
Reveal solution
Run & check
Reset
Transpiled, then run in a sandbox
function keyExtractor(tx) { // TODO }
Output appears here.
← 3. Platform.select logic
5. Shortening addresses →