Commit 48395d3
Convert ReactViewGroup to Kotlin (#51767)
Summary:
Pull Request resolved: #51767
This is going to convert the last class inside `com.facebook.react.views.view` to Kotlin.
I still need to assess if this is going to be breaking or not for our users. Potentially some
breakages for Kotlin consumer could happen (see changes on ReactViewManager).
I'll follow-up with an investigation on that one.
Changelog:
[Android] [Changed] - Convert ReactViewGroup to Kotlin
Reviewed By: mdvacca
Differential Revision: D75797215
fbshipit-source-id: 5d58faa651d5959909a4b0237aad9c42098950831 parent 747eb3c commit 48395d3
5 files changed
Lines changed: 960 additions & 1063 deletions
File tree
- packages/react-native/ReactAndroid
- api
- src/main/java/com/facebook/react
- touch
- views/view
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3329 | 3329 | | |
3330 | 3330 | | |
3331 | 3331 | | |
| 3332 | + | |
| 3333 | + | |
| 3334 | + | |
| 3335 | + | |
3332 | 3336 | | |
3333 | 3337 | | |
3334 | 3338 | | |
| |||
6750 | 6754 | | |
6751 | 6755 | | |
6752 | 6756 | | |
6753 | | - | |
6754 | | - | |
| 6757 | + | |
| 6758 | + | |
6755 | 6759 | | |
6756 | | - | |
6757 | | - | |
6758 | | - | |
6759 | | - | |
6760 | | - | |
6761 | | - | |
| 6760 | + | |
| 6761 | + | |
| 6762 | + | |
| 6763 | + | |
| 6764 | + | |
| 6765 | + | |
6762 | 6766 | | |
6763 | | - | |
| 6767 | + | |
6764 | 6768 | | |
6765 | | - | |
| 6769 | + | |
6766 | 6770 | | |
6767 | 6771 | | |
6768 | 6772 | | |
6769 | 6773 | | |
6770 | | - | |
| 6774 | + | |
6771 | 6775 | | |
6772 | 6776 | | |
6773 | 6777 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
0 commit comments