zmnv

Results 26 comments of zmnv
trafficstars

@klandell ![image](https://user-images.githubusercontent.com/25253501/116269844-37970600-a787-11eb-8ebd-662fc6c44591.png) does your editor can auto import this? i press and nothing happens..:(

I use a git version because last release was IN 2019. 1.0.0 has fatal error because of RNViewPager...

No. It's not a solution. I can do that only in future. :( If you/they wouldn't support RN versions < 0.62 you can close the issue, but please, add attention...

@nabilfreeman yeah, but change something inside `node_modules` is very bad. So, now I just use in `package.json`: ``` "react-native-scrollable-tab-view": "git+https://github.com/ptomasroos/react-native-scrollable-tab-view.git", ``` until waiting new release

I look at: /node_modules/react-native-scrollable-tab-view/index.js Why do you use `Animated.ScrollView` for iOS and `AnimatedViewPagerAndroid` for Android? Can you use `Animated.ScrollView` for all? also there are definitions which don't used

temporary solution is just: ``` yarn add @react-native-community/viewpager ``` but I don't want to install that module direct into project :(

@vetrivendhan48 not a big deal actually, but. But when you search in project directory `@react-native-community/viewpager` it's returns nothing. Then other developers thinks like 'oh, that dependency is not used in...