Skip to content

Instantly share code, notes, and snippets.

@putrikarunia
Created May 12, 2020 21:01
Show Gist options
  • Save putrikarunia/d4d88c2761c8ba0421e6471f7b6bf347 to your computer and use it in GitHub Desktop.
Save putrikarunia/d4d88c2761c8ba0421e6471f7b6bf347 to your computer and use it in GitHub Desktop.
{/* 3️⃣ Call onRegister and onLogin on the buttons */}
<TouchableOpacity style={styles.button} onPress={onRegister}>
<Text style={[styles.text, styles.signupText]}>Register</Text>
</TouchableOpacity>
<TouchableOpacity style={styles.buttonLogin} onPress={onLogin}>
<Text style={[styles.text, styles.loginText]}>Sign in with device</Text>
</TouchableOpacity>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment