()
| 90 | } |
| 91 | |
| 92 | renderBackButton() { |
| 93 | return ( |
| 94 | <TouchableOpacity |
| 95 | style={styles.back} |
| 96 | onPress={() => this.setState({Component: null})}> |
| 97 | <Text style={styles.backButton}>←</Text> |
| 98 | </TouchableOpacity> |
| 99 | ); |
| 100 | } |
| 101 | |
| 102 | renderGoogleSwitch() { |
| 103 | return ( |