Commit 1c2760e
authored
[MOO-1847]: Include @d11/react-native-fast-image as an external native dependancy in rollup config (#140)
## Checklist
- Contains unit tests ❌
- Contains breaking changes ❌
- Compatible with: MX11
- Did you update version and changelog? ❌
- PR title properly formatted (`[XX-000]: description`)? ✅
## This PR contains
- [ ] Bug fix
- [ ] Feature
- [ ] Refactor
- [ ] Documentation
- [x] Other - Rollup config update to include new external native
dependancy
## What is the purpose of this PR?
Update rollup native config to include @d11/react-native-fast-image
dependancy to avoid duplicate symbols error3 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments