Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICodeProps

Hierarchy

Index

Properties

code

code: string | undefined

Current user input or undefined. Required.

Optional codeInputProps

codeInputProps: ICrossEditorProps | undefined

Optional props for the code input. Typically used to change the label prop.

Read more: https://crossplatformsweden.github.io/react-native-components/interfaces/_components_input_crosseditor_.icrosseditorprops.html

example

<ConfirmForm codeInputProps={{label: 'WouldntYouLikeToKnow'}}> Custom layouts here

Optional onCodeChanged

onCodeChanged: undefined | function

Optional callback for code changed. Contains code user entered