This repository was archived by the owner on Sep 17, 2021. It is now read-only.
Commit a7efd21
Fix the RN 0.46 and above incompatibility issues caused by React Native SVG 5.2 (#170)
* fix 'Unable to resolve module Accessibility Info' error that happens in RN ^0.46
* fix peerDependency version
* upgrade react-native-svg version
* restore the depedency changes
* clean up
* upgrade RN to ~4.6.1 for both package.json and example/package.json1 parent 55f5372 commit a7efd21
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments