Commit 65fb328
fix: Android event dispatcher change for 0.76.0-rc.6 (#3166)
https://github.com/facebook/react-native/pull/47090/files
## Description
Fixes a build failure on RN 0.76.0-rc.6 as a result of a change in the
way the event dispatcher is accessed.
See change here:
https://github.com/facebook/react-native/pull/47090/files
Note: This change breaks RN 0.76.0-rc.5 and below
<!--
Description and motivation for this PR.
Include 'Fixes #<number>' if this is fixing some issue.
-->
## Test plan
<!--
Describe how did you test this change here.
-->
- Android build fails with RN 0.76.0-rc.6 before the change
- Successful build with RN 0.76.0-rc.6 after the change
---------
Co-authored-by: Michał Bert <63123542+m-bert@users.noreply.github.com>1 parent e5a9227 commit 65fb328
File tree
3 files changed
+7
-7
lines changed- FabricExample
- android
- fabric/src/main/java/com/swmansion/gesturehandler
- gradle/wrapper
3 files changed
+7
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
0 commit comments