Dmitriy Zasukha
Dmitriy Zasukha
@programminPete for me, it doesn't work. However, I think you found the issue correctly, because it works if I show tooltip with delay in seconds, though it makes this approach...
Probably related to https://github.com/jasongaare/react-native-walkthrough-tooltip/issues/118
Probably it is related to https://github.com/jasongaare/react-native-walkthrough-tooltip/issues/118
Probably it is related to https://github.com/jasongaare/react-native-walkthrough-tooltip/issues/118
I didn't reproduce it in Android 5.1, react-native version is 0.63.4, library version is 1.3.1. Probably I need to test it exactly on Android 5.0.0
@RainCheese thank you, worked for me, **but** had to comment `onPressOut` function
Same for iOS. However, it is possible to scroll up, then down and select an option because of the scroll bouncing
thank you @FoxInFlame @phithu! Wanted to note that on **Android 9** devices when **only SINGLE item** Carousel is broken by setting `width` in `contentContainerCustomStyle` leading to empty Carousel. So I...
This PR includes the icons which I really need: "[password](https://fonts.google.com/icons?selected=Material%20Icons%3Apassword%3A)" and "[tips and updates](https://fonts.google.com/icons?selected=Material%20Icons%3Atips_and_updates%3A)"
I got `Unrecognized font family 'Material Icons Outlined` error on iOS (iPhone 11 simulator, iOS 15.0, react-native 0.63.4). To fix it I also had to add `UIAppFonts` in `Info.plist` (as...