welcome color modal them background color

This commit is contained in:
Nouman Tahir 2021-03-19 00:15:50 +05:00
parent 9857553dfe
commit 1eb7f67475
3 changed files with 2 additions and 27 deletions

View File

@ -54,6 +54,7 @@ const Application = () => {
isFullScreen isFullScreen
swipeToClose={false} swipeToClose={false}
backButtonClose={false} backButtonClose={false}
style={{ margin: 0 }}
> >
<WelcomeScreen handleButtonPress={handleWelcomeModalButtonPress} /> <WelcomeScreen handleButtonPress={handleWelcomeModalButtonPress} />
</Modal> </Modal>

View File

@ -4,6 +4,7 @@ import scalePx from '../../../utils/scalePx';
export default EStyleSheet.create({ export default EStyleSheet.create({
safeAreaView: { safeAreaView: {
flex: 1, flex: 1,
backgroundColor: '$primaryBackgroundColor',
}, },
container: { container: {
flex: 0.95, flex: 0.95,

View File

@ -347,33 +347,6 @@ class PinCodeContainer extends Component {
} catch (error) { } catch (error) {
return this._handleFailedAttempt(error); return this._handleFailedAttempt(error);
} }
// if (!newPinCode) {
// // If the user is logging in for the first time, the user should set to pin
// this.setState({
// informationText: intl.formatMessage({
// id: 'pincode.write_again',
// }),
// newPinCode: pin,
// });
// return true
// }
// this.setState({
// informationText: intl.formatMessage({
// id: 'pincode.write_again',
// }),
// });
// setTimeout(() => {
// this.setState({
// informationText: intl.formatMessage({
// id: 'pincode.set_new',
// }),
// newPinCode: null,
// });
// return Promise.resolve();
// }, 1000);
}; };
_handleForgotButton = () => { _handleForgotButton = () => {