Commit 4fdeb48
Guard tvOS-unavailable APIs in RCTRedBox2Controller (#56568)
Summary:
Pull Request resolved: #56568
`separatorStyle` and `UITableViewCellSeparatorStyleNone` are unavailable on tvOS, causing the airwave-tvos-appletvos build to fail. Wrap them with `#if !TARGET_OS_TV`, matching the existing pattern in `RCTRedBoxController.mm`.
Changelog: [Internal]
Reviewed By: motiz88
Differential Revision: D102001404
fbshipit-source-id: 383e1cc64070000c258b71a60aa4b4ef6453206e1 parent 0b9b5d3 commit 4fdeb48
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 | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
102 | 103 | | |
| 104 | + | |
103 | 105 | | |
104 | 106 | | |
105 | 107 | | |
| |||
0 commit comments