mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-20 03:42:10 +03:00
welcome color modal them background color
This commit is contained in:
parent
9857553dfe
commit
1eb7f67475
@ -54,6 +54,7 @@ const Application = () => {
|
||||
isFullScreen
|
||||
swipeToClose={false}
|
||||
backButtonClose={false}
|
||||
style={{ margin: 0 }}
|
||||
>
|
||||
<WelcomeScreen handleButtonPress={handleWelcomeModalButtonPress} />
|
||||
</Modal>
|
||||
|
@ -4,6 +4,7 @@ import scalePx from '../../../utils/scalePx';
|
||||
export default EStyleSheet.create({
|
||||
safeAreaView: {
|
||||
flex: 1,
|
||||
backgroundColor: '$primaryBackgroundColor',
|
||||
},
|
||||
container: {
|
||||
flex: 0.95,
|
||||
|
@ -347,33 +347,6 @@ class PinCodeContainer extends Component {
|
||||
} catch (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 = () => {
|
||||
|
Loading…
Reference in New Issue
Block a user