-
I'm using **PanGesture** to drag screen on **Android**. Until I add clock everything is working as expected and `Animated.View` is translated accordingly.
But when I just run clock on `State.END` e…
-
- (void)viewDidLoad {
[super viewDidLoad];
self.gk_interactivePopDisabled = YES;
self.gk_fullScreenPopDisabled = YES;
WeakSelf
[self requestAdBlock:^(id data) {
if ((…
-
Hi @iDevelopper
I have to show a alertview showing message " Discard changes" with 2 options i.e Yes or no on each view controller throught the app on Tapping menu button or pan gesture for opening…
-
I tried copying the example, but on 0.58.6 does not work on Android. iOS is fine. To reproduce
my package.json
```
{
"name": "PanAnyDirection",
"version": "0.0.1",
"private": true,
…
-
Hello,
I'm trying to build an horizontal PanGestureHandler that behaves as an ScrollView. So basically I need to provide velocity once the gesture is released and have two snap points at the end of…
-
I created a user control containing a TorusVisual3D object inside HelixViewport3D. Everything works. But when I bind to the TubeDimaterProperty in XAML or in code my program crashes. I am not very adv…
-
In Pan gesture handler if i use event.native.x in onGestureEvent then the panning is not smooth.It raises jumps.
My code is :
this.postCoverPosition = new Animated.Value(0);
this.onPostCoverGesture…
-
Hi folks!
I am dealing with a situation where I have a horizontal `FlatList` with multiple pages, and every page is a vertical `ScrollView`.
From UX perspective, I'd like to prioritise the verti…
-
I'm experiencing this issue where passing an instance of a Clock which is started->stopped->resumed in the parent component, is not being properly resumed in the timing function in the child. Whereas …
ninjz updated
4 years ago
-
hello, my app leftDrawerViewController have a subView is tableView,the tableView bounce set NO, fast and frequent sliding in tableView, the up and down or so silding, then MMDrawerController panGestu…