使用过的导航、复活和抽屉版本:
"@react-navigation/drawer": "^6.6.6",
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.12",
"react-native-reanimated": "^3.6.1",
这解决了这个问题。当模拟器缓存超载时,就会出现错误。
rm -rf node_modules && npm cache clean --force && npm install && watchman watch-del-all && rm -rf $TMPDIR/haste-map-* && rm -rf $TMPDIR/metro-cache
之后,运行:
react-native start --reset-cache