Commit d4f7818
authored
[tvOS] Fix build error (#4060)
## Description
In #3991 we introduced some changes to `Hover`. However, we forgot to
guard it with `CHECK_TARGET` macro, which resulted in build errors on
tvOS.
Fixes #4059
## Test plan
Tested on `tvos-example` from Reanimated (that it builds) and our
expo-example.1 parent 8baabdf commit d4f7818
1 file changed
Lines changed: 2 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| 169 | + | |
169 | 170 | | |
170 | 171 | | |
171 | 172 | | |
172 | 173 | | |
173 | 174 | | |
| 175 | + | |
174 | 176 | | |
175 | 177 | | |
176 | 178 | | |
| |||
0 commit comments