React Native - How to use React Navigation with React Native Maps?
问题 I have a scene that show some monuments in my city. When I press a marker (monument) it shows the name of the monument. What I want to do is, when I press that name I want to transit to a determined scene (with react-navigation). I wrapped the name of monument with a TouchableHighlight and on press I call the 'navigate' method. But it simply dont transit, it does nothing. Not even an error. Here is my code: render(){ const { navigate } = this.props.navigation; const { data } = this.props