Vikrant Negi
Vikrant Negi
Any solution for this?
But how to create asnap carousel type carousel with first and last item visible using pager view.
@dudeinthemirror You are right, there is no support for showing previews in react native pager.
I tried this and it works: ``` { this.toast = toast; }} /> ``` and then do ``` this.toast.show(`${error.message}`); ``` Let me know if it works.
font scaling not working.
@rbaezam @annakass was able to fix this by using `ActionSheetCustom` instead of the native `ActionSheet`. Just replace your import to this `import { ActionSheetCustom as ActionSheet } from 'react-native-actionsheet'` and...
Yes, please. Looking forward for a VS Code support.
@neonoxGER You are right. I've tried like 10-15 types of smooth scrolling plugins but none of them seems to work on MacBooks when using the trackpad. But there are some...
@Kirandeep7012 I had the same issue. What you can do is here is that you can push "Please select a value" inside your array as the first item, before mapping...
Same issue is observved on React Native 0.79.2 as well.