Add cancel button to ConfirmWithPassword component
This commit is contained in:
@@ -81,6 +81,11 @@ export default class ConfirmWithPassword extends Component {
|
|||||||
>
|
>
|
||||||
{shared.confirmToProceed}
|
{shared.confirmToProceed}
|
||||||
</SettingsButton>
|
</SettingsButton>
|
||||||
|
<SettingsButton
|
||||||
|
onPress={this.props.onCancel}
|
||||||
|
>
|
||||||
|
{shared.cancel}
|
||||||
|
</SettingsButton>
|
||||||
</View>
|
</View>
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user