feat: loading text button
This commit is contained in:
@@ -501,6 +501,8 @@ const PlaybackDownload = ({ route }) => {
|
||||
handlePublish()
|
||||
}}
|
||||
disabled={isPublishing || !hasAcceptedPublication}
|
||||
loading={isPublishing}
|
||||
loadingText="Publication en cours..."
|
||||
containerStyle={styles.continueButton}
|
||||
/>
|
||||
</ScrollView>
|
||||
|
||||
Reference in New Issue
Block a user