Arbaz Yousuf

Results 3 comments of Arbaz Yousuf

@cjrorvik same issue here did you find any solution? i am using same package.

open node_module/react-native-carousel-view/carouselPager.android.js and change the import **from:** ``` import { ViewPagerAndroid, } from 'react-native'; ``` **to:** ``` import ViewPager from '@react-native-community/viewpager'; ``` also change this line on same file **from:**...

@randy-miller can you please explain this by files name because i can't get it what you trying to say Thank You