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.
105
+
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.
103
106
104
-
Now about the API. All the gestures for the react counterpart exist with the same options and the same event ```extraData```.
107
+
Now about the API. All the gestures for the react counterpart exist with the same options and the same event `extraData`.
105
108
106
109
107
110
[](#gesturerootview)
@@ -117,7 +120,7 @@ In case you don't (drawer root view, modals, ...) then you can wrap your views i
117
120
118
121
## Overriding Nativescript gestures
119
122
120
-
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`
123
+
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`.
121
124
122
125
To do that
123
126
@@ -127,9 +130,7 @@ To do that
127
130
## Credits
128
131
129
132
This is a port of [react-native-gesturehandler](https://kmagiera.github.io/react-native-gesture-handler/).
130
-
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!
131
-
132
-
133
+
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!
133
134
134
135
### Examples:
135
136
@@ -233,4 +234,4 @@ One easy solution is t modify `~/.gitconfig` and add
233
234
234
235
## Questions
235
236
236
-
If you have any questions/issues/comments please feel free to create an issue or start a conversation in the [NativeScript Community Discord](https://nativescript.org/discord).
237
+
If you have any questions/issues/comments please feel free to create an issue or start a conversation in the [NativeScript Community Discord](https://nativescript.org/discord).
0 commit comments