使Next.js与ract-native-web和样式化组件一起使用

时间:2019-09-30 10:36:46

标签: javascript react-native next.js styled-components react-native-web

我想将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

0 个答案:

没有答案