We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4cdb37 commit 1349c3dCopy full SHA for 1349c3d
src/components/android/Login2.js
@@ -20,7 +20,7 @@ class Login2 extends React.Component {
20
return (
21
<View style={styles.container}>
22
<Text>Login2 page: {this.props.data}</Text>
23
- <Button onPress={Actions.pop}>Back</Button>
+ <Button onPress={Actions.pop}>Back1111</Button>
24
<Button onPress={Actions.loginModal3}>Login 3</Button>
25
</View>
26
);
0 commit comments