Commit bea4322
feat: Drop support for React Native <0.78 (#2734)
# Summary
This change implements our new maintenance policy of supporting only the
two most recent React Native releases. With React Native now at 0.80,
the library will support only versions 0.78 and newer. Dropping older
versions helps reduce maintenance overhead, remove legacy code paths and
ensure we can take advantage of the latest React Native APIs without
additional compatibility layers.
## Test Plan
Run test app examples
---------
Co-authored-by: Kacper Żółkiewski <kacperzolkiewski@MacBook-Pro-Kacper.local>1 parent 11a1d87 commit bea4322
8 files changed
Lines changed: 6 additions & 2689 deletions
File tree
- android
- src
- RenderableViewManager73/java/com/horcrux/svg
- SvgPackage73/java/com/horcrux/svg
- SvgViewManager73/java/com/horcrux/svg
- main/java/com/horcrux/svg
- common/cpp/react/renderer/components/rnsvg
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | 124 | | |
143 | 125 | | |
144 | 126 | | |
| |||
155 | 137 | | |
156 | 138 | | |
157 | 139 | | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
166 | 145 | | |
| 146 | + | |
167 | 147 | | |
Lines changed: 0 additions & 1869 deletions
This file was deleted.
0 commit comments