Commit 6e4d23d
Allow setting blockNativeResponder on Pressable (#52819)
Summary:
Pull Request resolved: #52819
## Changelog:
[General] [Added] - Allow setting blockNativeResponder on Pressable
To expose the same prop on Pressability https://github.com/facebook/react-native/blob/b2d9f5f28045fd89bba2dca41274c7cd7abe2ecc/packages/react-native/Libraries/Pressability/Pressability.js#L137
Reviewed By: christophpurrer
Differential Revision: D78896178
fbshipit-source-id: 36637842ac15c54de325975d416efce1448e8ab71 parent 209e124 commit 6e4d23d
File tree
2 files changed
+12
-2
lines changed- packages/react-native
- Libraries/Components/Pressable
2 files changed
+12
-2
lines changedLines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
119 | 125 | | |
120 | 126 | | |
121 | 127 | | |
| |||
183 | 189 | | |
184 | 190 | | |
185 | 191 | | |
| 192 | + | |
186 | 193 | | |
187 | 194 | | |
188 | 195 | | |
| |||
294 | 301 | | |
295 | 302 | | |
296 | 303 | | |
| 304 | + | |
297 | 305 | | |
298 | 306 | | |
299 | 307 | | |
300 | 308 | | |
| 309 | + | |
301 | 310 | | |
302 | 311 | | |
303 | 312 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
3759 | 3759 | | |
3760 | 3760 | | |
3761 | 3761 | | |
| 3762 | + | |
3762 | 3763 | | |
3763 | 3764 | | |
3764 | 3765 | | |
| |||
6078 | 6079 | | |
6079 | 6080 | | |
6080 | 6081 | | |
6081 | | - | |
| 6082 | + | |
6082 | 6083 | | |
6083 | 6084 | | |
6084 | 6085 | | |
| |||
0 commit comments