import { SliderBox } from "react-native-image-slider-box";
Uncaught TypeError: Cannot read properties of undefined (reading 'style')
at ./node_modules/react-native-snap-carousel/src/carousel/Carousel.js
我试图在react本机应用程序中使用图像滑块框,我不明白错误是什么意思。我已经安装了软件包,但无法正常工作。
1条答案
按热度按时间yacmzcpb1#
你需要更新插件在这里,但不要担心,我会指导你如何
第一步
**1)**按照说明将patch package安装到项目中。
**2)**通过运行npm install deprecated-react-native-prop-types或yarn add deprecated-react-native-prop-types安装deprecated-react-native-prop-types。
第二步
更新Carousel.js,从react-native中删除ViewPropTypes,并更新样式
./node_modules/react-native-snap-carousel/src/carousel/Carousel.js
运行below命令