()
| 20 | }, |
| 21 | |
| 22 | render() { |
| 23 | const { navigate } = this.props.navigation; |
| 24 | |
| 25 | return <View style={styles.container}> |
| 26 | <TouchableOpacity |
| 27 | style={styles.button} |
| 28 | onPress={() => navigate('Simple')} |
| 29 | > |
| 30 | <Text>Simple example</Text> |
| 31 | </TouchableOpacity> |
no outgoing calls
no test coverage detected
searching dependent graphs…