Organisms
Account Info Card
Prop Name
Type
Decription
<AccountInfoCard
title={'Account Information'}
subTitle={'β’β’β’β’ β’β’β’β’ β’β’β’β’ 3456'}
value={'$ 3.00'}
event={() => {}}
/>Form Layout
Prop Name
Type
Description
<FormLayout
title={strings.enterSSN.title}
isSubmitButtonDisabled={isButtonDisabled()}
onSubmit={onSubmit}
currentScreen={6}
buttonAnalyticsParams={{
eventName: ANALYTICS_EVENT_NAMES.socialSecuritySubmitted,
params: {
success: true,
},
}}
indicatorsLength={CONFIG_VALUES.indicatorsLength}>
<Input
label={strings.enterSSN.ssnInputLabel}
containerStyle={enterSSNStyles.marginBottom}
{...getSSNProps()}
value={formatSSN(ssnInput)}
onChangeText={text => dispatch(setSSNInput(text))}
error={ssnInputError}
onError={setSSNInputError}
autoFocus
/>
</FormLayout>Main Menu
Prop Name
Type
Description
<MainMenu
{...props}
initialItems={initialItemsList}
settingsItems={settingsItemsList}
finalItems={finalItemsList}
headerComponent={<HeaderWithMenu isCloseButton />}
/>Safe Area Layout
Prop Name
Type
Description
State View
Prop Name
Type
Description
Toast Notification
Prop Name
Type
Description
Toast Notification Provider
Primers View
Prop Name
Type
Description
Result Detailed View
Prop Name
Type
Description
Result View
Prop Name
Type
Description
Web View Layout
Prop Name
Type
Description
Last updated