Interface OpenChannelCreateModule
Properties
Header
Header: CommonComponent<{ onPressHeaderLeft: (() => void); onPressHeaderRight: (() => void); shouldActivateHeaderRight: (() => boolean); }> Type declaration
onPressHeaderLeft: (() => void)
onPressHeaderRight: (() => void)
shouldActivateHeaderRight: (() => boolean)
- (): boolean
Returns boolean
ProfileInput
ProfileInput: CommonComponent<{ channelCoverFile: undefined | FileType; channelName: string; onChangeChannelCoverFile: ((val) => void); onChangeChannelName: ((val) => void); }> Type declaration
channelCoverFile: undefined | FileType
channelName: string
onChangeChannelCoverFile: ((val) => void)
onChangeChannelName: ((val) => void)