无法重新定义属性: ThemeProvider
Check the error image over here guys...
And this is the project link online...
发布于 2021-07-14 23:22:54
问题是你混合了不同版本的反应导航。
您不能使用例如"react-navigation":"4.4.1“和"@react-navigation/stack":"^5.14.4”。
将全部升级到版本5或将全部降级到版本4。
https://stackoverflow.com/questions/68375067
相似问题