Ryan H.
Ryan H.
I am unable to find appropriate packages for the following scopes: - source.css.less - scope:source.jade - scope:source.ejs - scope:source.julia - scope:text.html.swig I've tried several syntax highlighting packages for less, jade,...
Thanks @kievu. I created my own fork and implemented the desired behaviour. I've create PR #16 to highlight the changes. I've been using it for about a month now and...
I'm having the same issue too. If this component is rendering based on component state, after a few state updates it starts to show the resulting formula twice.
Sometimes it's handy to do a quick test before pushing code upstream. Atom often misses some eslint errors if you didn't open the file. I don't remember if I had...
I've confirmed this to be the case. Interestingly, trying to find the documentation on `HorizontalSwipeJump`, it looks like the documentation for `Navigator` was removed as of version RN 0.44; only...
Hi @ajonno. What version of RN were you using before? I currently have it working on 0.42.0. I will be updating to 0.42.3 soon at which point I'll be able...
So the issue has to do with the `renderArrows` function which creates overlay views that do not allow the touches to go through to the underlying view that needs to...
@ajonno @Jose4gg Please try installing the following fix to see if this solves your issue: `npm install https://github.com/ryanhomer/react-native-looped-carousel/tarball/bugfixes` If all's well, I'll merge in the changes.
@ajonno Well, I'm not quite sure what's going on for your situation but since my changes were a little behind master and I've rebased and also made a few more...
@ajonno I'm going to go ahead an merge in PR #93 since it contains other fixes as well. Nonetheless, we can continue to work on your issue.