Commit ca0218fe authored by Trisno's avatar Trisno

benerin bug email confirmation setelah register

parent 6354e2d5
{ {
"expo": { "expo": {
"extra" : { "extra" : {
"buildNumber" : "126", "buildNumber" : "127",
"remarks": "" "remarks": ""
}, },
......
...@@ -98,6 +98,10 @@ class EmailConfirmation extends React.Component { ...@@ -98,6 +98,10 @@ class EmailConfirmation extends React.Component {
this.setState({ this.setState({
spinner: false, spinner: false,
}) })
let pageProps = {
pageEmailConfirmation: false
}
this.props.setPage(pageProps)
// console.log('masuk pak eko') // console.log('masuk pak eko')
// this.props.navigation.reset("Login"); // this.props.navigation.reset("Login");
this.props.navigation.reset({ this.props.navigation.reset({
......
...@@ -194,8 +194,12 @@ class Login extends React.Component { ...@@ -194,8 +194,12 @@ class Login extends React.Component {
pageEmailConfirmation: false pageEmailConfirmation: false
} }
this.props.setPage(pageProps) let emailConfirmProps = {
isEmailverif: false
}
this.props.setPage(pageProps)
this.props.setEmailConfirm(emailConfirmProps)
this.props.setProses(prosesProps); this.props.setProses(prosesProps);
this.props.setLoginInfo(loginProps); this.props.setLoginInfo(loginProps);
this.setState({ this.setState({
......
...@@ -46,7 +46,7 @@ export default class Welcome extends React.Component { ...@@ -46,7 +46,7 @@ export default class Welcome extends React.Component {
], ],
})}> })}>
<View style={{ height: 50, borderRadius: 20, backgroundColor: '#CFB368' }}> <View style={{ height: 50, borderRadius: 20, backgroundColor: '#CFB368' }}>
<Text style={{ fontFamily: 'Gotham-Black', color: 'black', fontSize: 20, textAlign: 'center', margin: 15 }}>NEXT</Text> <Text style={{ fontFamily: 'Gotham-Black', color: 'white', fontSize: 20, textAlign: 'center', margin: 15 }}>NEXT</Text>
</View> </View>
</TouchableOpacity> </TouchableOpacity>
</View> </View>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment