我在expo中打开了一个新项目,安装了react-native-snap-carousel。 当我导入时:
import Carousel from 'react-native-snap-carousel';
我有一个错误:
TypeError: Cannot read property 'style' of undefined
Module.D:\web\my-project\node_modules\react-native-snap-carousel\src\carousel\Carousel.js
如何修复?
试试这个:
npm uninstall react-native-snap-carousel
然后
npm install
再试一次