Commit 5d8102b
authored
[General] Ignore
## Description
When in production environments, `testID` is removed from
`allowedNativeProps` to prevent it from being passed to the native side.
This mean that it no longer falls into the first branch here
https://github.com/software-mansion/react-native-gesture-handler/blob/1473f3906e2cc297b92f693fae09b6e789068cfe/packages/react-native-gesture-handler/src/v3/hooks/utils/configUtils.ts#L86-L100
But last, which shows a warning. This PR adds `testID` to
`PropsToFilter` so they fall into the second (ignore silently) branch.
## Test plan
~~AI said it's ok~~ Run app in release configurationtestID property in production environments (#4266)1 parent f748e81 commit 5d8102b
1 file changed
Lines changed: 6 additions & 5 deletions
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | 49 | | |
55 | 50 | | |
56 | 51 | | |
| |||
86 | 81 | | |
87 | 82 | | |
88 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
| |||
0 commit comments