Diyar Yelbaka

Results 1 issues of Diyar Yelbaka

+1 open files ./node_modules/react-native-snap-carousel/src/carousel/Carousel.js ./node_modules/react-native-snap-carousel/src/Pagination/Pagination.js ./node_modules/react-native-snap-carousel/src/Pagination/PaginationDot.js ./node_modules/react-native-snap-carousel/src/ParallaxImage/ParallaxImage.js edit ``` import { ... ,ViewPropTypes } from 'react-native'; ``` to ``` import { ... } from 'react-native'; import {ViewPropTypes} from 'deprecated-react-native-prop-types'; ```...