Invariant Violation: The navigation prop is missing for this navigator

后端 未结 10 2586
佛祖请我去吃肉
佛祖请我去吃肉 2020-11-30 23:20

I am receiving this message when I tried starting my react native app. Usually this kind of format works on other multi screen navigation yet somehow does not work in this c

10条回答
  •  眼角桃花
    2020-11-30 23:53

    I been struggling from past few days .Well might be you too been struggling to solve if and if you have deleted the react-navigation from package.json and installed using npm please check your backup project and see the navigation version and try to add the same and remove node-modules and do npm install. Hope its works.

    Good Luck breaking your head with React-Native :-)

提交回复
热议问题