Lucra Flows
Full-Screen Flows
Available Flows
const Flows = {
ONBOARDING: 'onboarding',
VERIFY_IDENTITY: 'verifyIdentity',
PROFILE: 'profile',
ADD_FUNDS: 'addFunds',
CREATE_GAMES_MATCHUP: 'createGamesMatchup',
CREATE_SPORTS_MATCHUP: 'createSportsMatchup',
WITHDRAW_FUNDS: 'withdrawFunds',
PUBLIC_FEED: 'publicFeed',
MY_MATCHUP: 'myMatchup',
GAMES_CONTEST_DETAILS: 'gamesMatchupDetails',
MATCHUP_DETAILS: 'matchupDetails',
DEMOGRAPHIC_COLLECTION: 'demographicCollection',
} as const;Presenting Flows
Flow Descriptions and Parameters
Dismissing Full-Screen Flows
Embedded Flows (Experimental)
Android Note (react-native-screens)
Last updated
