This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Generated by Copilot | |
import { API, FileInfo, Options } from 'jscodeshift'; | |
export default function transformer(file: FileInfo, api: API, options: Options) { | |
const j = api.jscodeshift; | |
const root = j(file.source); | |
// Check if JSX.Element is used | |
const jsxElementUsage = root.find(j.TSTypeReference, { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Embedding Figma frames* | |
Default* | |
click Tickets -> Tickets | |
Tickets | |
click Shop -> Shop | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Activity Tab | |
Default view* | |
tap card -> Card details modal | |
Card details modal | |
tap close btn -> Default view |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Unlinked Home Screen | |
add benefits pressed -> Linking Flow | |
Linking Flow | |
Verify Birthday* | |
submitted valid and unknown email -> Verify Last 4 SSN | |
submitted valid and known email -> Onboarding Flow | |
submitted invalid -> Verify Birthday with Error Msg | |
Verify Birthday with Error Msg | |
submitted valid and unknown email -> Verify Last 4 SSN |