Commit 72e4864
authored
chore: fix imports in bottom accessory (#3439)
## Description
Fixes imports in bottom accessory to use `#import "..."` instead of
`#import <...>` for our own header files (`RNSDefines`,
`RNSConversions`).
Thanks to @JustJoostNL for [catching
this](#3288 (comment)).
## Changes
- use `#import "..."` instead of `#import <...>` for `RNSDefines.h`,
`RNSConversions.h`
## Test code and steps to reproduce
Run example app.
## Checklist
- [x] Ensured that CI passes1 parent 21c0d33 commit 72e4864
File tree
3 files changed
+3
-3
lines changed- ios/bottom-tabs/accessory
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments