You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now you must not forget to store the ```gestureHandler``` somewhere or the gesture won't work on iOS (native object being released). This will be fixed in future versions.
48
+
Right now you must not forget to store the `gestureHandler` somewhere or the gesture won't work on iOS (native object being released). This will be fixed in future versions.
46
49
47
-
Now about the API. All the gestures for the react counterpart exist with the same options and the same event ```extraData```.
50
+
Now about the API. All the gestures for the react counterpart exist with the same options and the same event `extraData`.
48
51
49
52
## GestureRootView
50
53
@@ -54,21 +57,19 @@ In case you don't (drawer root view, modals, ...) then you can wrap your views i
54
57
55
58
## Overriding Nativescript gestures
56
59
57
-
This plugin can also override N gestures completely. This would give much more control over gestures and especially would allow to correctly handle simultaneous gestures likes `tap` and `longpress`
60
+
This plugin can also override N gestures completely. This would give much more control over gestures and especially would allow to correctly handle simultaneous gestures likes `tap` and `longpress`.
58
61
59
62
To do that
60
63
61
64
## Credits
62
65
63
66
This is a port of [react-native-gesturehandler](https://kmagiera.github.io/react-native-gesture-handler/).
64
-
The source is based on the source code by [Krzysztof Magiera](https://github.com/kmagiera). Dont hesitate to go and thank him for his work!
65
-
66
-
67
+
The source is based on the source code by [Krzysztof Magiera](https://github.com/kmagiera). Don't hesitate to go and thank him for his work!
67
68
68
69
### Examples:
69
70
70
71
-[Basic](demo-snippets/vue/Basic.vue)
71
72
- A basic example showing that overriding N gestures works, even in modals
0 commit comments