Greg Taylor
Greg Taylor
Is there any pull request for this?
I've created a pull request for this: https://github.com/tabler/tabler-react/pull/516
Updating react-native-spinkit to 1.2.0 (from 1.1.0) worked for me.
Thanks @madelson I will add some additional logging. It's only happened twice in the last year and this process is run every 15 minutes.
@madelson I'm currently on version 2.1.0 The last time I updated was when I first encountered this issue. I will update to 2.3.0 in the meantime.
Same here... does anybody know why hardwareBackPress event does not get fired if we import react-native-pathjs-charts? App exits when hardware back button is pressed.
Hmmm... if isReverse is true, the initial scroll position should **always** start at the bottom (without any hacks needed). Will you accept a merge request or is this intended behaviour?
I also abandoned when I realised this functionality was missing. I ended up using react-perfect-scrollbar with an adhoc solution. https://www.npmjs.com/package/react-perfect-scrollbar
React-perfect-scrollbar has props you can hook into such as: onYReachStart onScrollUp onYReachEnd But you will still have to deal with issues that @kindmind has mentioned such as "The scrollbar gets...
Do you have implementations of ImageSourceImpl for each platform? Or is it up to us? Default System.NullReferenceException is a bit confusing. Notes on setting font source impl are there but...