ref(dependency): reverted react-native-dialog dep updates

This commit is contained in:
Calin-Teodor
2023-09-04 15:42:41 +03:00
committed by Calinteodor
parent 2c51e8ac06
commit 54a1ee53b4
5 changed files with 11 additions and 8 deletions

View File

@@ -140,6 +140,7 @@ class LoginDialog extends Component<IProps, IState> {
return (
<Dialog.Container
coverScreen = { false }
visible = { true }>
<Dialog.Title>
{ t('dialog.login') }