React Native Navigation Component Route Issue

前端 未结 4 2073
孤独总比滥情好
孤独总比滥情好 2021-02-12 13:44

New react native user here. I\'m running into an issue and I am not sure how to proceed. I was able to get react-navigation running properly and then began receiving an error: \

4条回答
  •  眼角桃花
    2021-02-12 13:46

    In my case putting this code block inside home.js solved the issue

     static navigationOptions = {
        navigationOptions: {
          title: "scren title",
        }
      };
    

提交回复
热议问题