Aaron Lee
Aaron Lee
Now that I think of it, we can show lookup history in the new Main app. It would probably be possible for the user to select all the words he/she...
I think you're right. Maybe if the user holds `` as he/she hovers over a word, it could add to a history list on the Main App? Then the user...
Author doesn't seem very active. But if you want to use my pull request: ```bash npm i https://github.com/Clintal/React-Native-ViewPager#npmignore --save ```
Which version of RN are you on? Are you having crashes on release mode? I committed a PR to fix your issue but I don't think it's the reason why...
I'm having the same issue (when the Keyboard is open, blank space like the screenshot above) with an Ionic 2 project, except this plugin is my only active scrollView delegate....
What does the `on:` trigger look like in your Action? If you're running your Action from a fork and `pull_request` instead of `pull_request_target`, for example, you'll encounter this issue because...
Noticed the same issue on my iPhone 6 (10.3.1). iOS 11 and 12 are okay. Still looking into a proper solution but a temp workaround could be: ```swift // HalfModalTransitionAnimator.swift...
For whatever reason the UIPanGestureRecognizer's `onPan()` selector isn't receiving events and so the transition never completes and my modal is stuck. >//iOS 10 console >finished transition >animating... >start interactive >//iOS...
I don't think that's possible as is. But you could subclass `JTCalendarDayView` and override the methods in there to add another `UILabel` text label or another `UIView` property for a...
To be resolved in #195. See #194 for details.