react-native-gesture-handler 2.20.0 → 2.20.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -8,5 +8,5 @@ import com.facebook.react.uimanager.events.Event
|
|
8
8
|
|
9
9
|
fun ReactContext.dispatchEvent(event: Event<*>) {
|
10
10
|
val fabricUIManager = UIManagerHelper.getUIManager(this, UIManagerType.FABRIC) as FabricUIManager
|
11
|
-
fabricUIManager.
|
11
|
+
fabricUIManager.eventDispatcher.dispatchEvent(event)
|
12
12
|
}
|
package/package.json
CHANGED