我想将next.js以及react-native-web和styled-components一起使用。我也可以使用它,但是由于某种原因它只能渲染一次。当访问带有样式组件的路线时,它给了我这个错误:
./node_modules/styled-components/native/dist/styled-components.native.esm.js
Attempted import error: 'react-native' does not contain a default export (imported as 'reactNative').
Could not find files for /alternate in .next/build-manifest.json
ModuleDependencyError: "export 'default' (imported as 'reactNative') was not found in 'react-native'
我创建了一个代码框,其代码为:https://codesandbox.io/s/github/BjoernRave/ReactNativeWebNext-Demo