Commit c11e153
authored
refactor(Android, Tabs): Move image loader logic to TabsImageLoader (#3292)
## Description
Minor refactor, separating icon loading logic from the view manager.
Fixes
software-mansion/react-native-screens-labs#469
## Changes
- Moving the logic related to icon loading to `TabsImageLoader`
## Test code and steps to reproduce
Performed regression testing on TestBottomTabs
## Checklist
- [x] Included code example that can be used to test this change
- [x] Ensured that CI passes1 parent 12704e5 commit c11e153
File tree
2 files changed
+19
-11
lines changed- android/src/main/java/com/swmansion/rnscreens/gamma/tabs
- image
2 files changed
+19
-11
lines changedLines changed: 1 addition & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
| |||
194 | 192 | | |
195 | 193 | | |
196 | 194 | | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
| 195 | + | |
206 | 196 | | |
207 | 197 | | |
208 | 198 | | |
| |||
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
18 | 36 | | |
19 | 37 | | |
20 | 38 | | |
| |||
0 commit comments