Skip to content
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.

Commit

Permalink
Fix the RN 0.46 and above incompatibility issues caused by React Nati…
Browse files Browse the repository at this point in the history
…ve 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.json
  • Loading branch information
kensongoo authored and marzolfb committed Jul 12, 2017
1 parent 55f5372 commit a7efd21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"moment": "^2.17.1",
"react": "16.0.0-alpha.12",
"react-native": "0.45.1",
"react-native": "~0.46.1",
"react-native-pathjs-charts": "file:../",
"react-native-side-menu": "^0.20.1",
"react-navigation": "^1.0.0-beta.9"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"babel-polyfill": "^6.23.0",
"lodash": "^4.12.0",
"paths-js": "^0.4.5",
"react-native-svg": "~5.2.0"
"react-native-svg": "~5.3.0"
},
"devDependencies": {
"babel-jest": "*",
Expand All @@ -50,7 +50,7 @@
"jest-react-native": "*",
"react": "16.0.0-alpha.12",
"react-dom": "16.0.0-alpha.12",
"react-native": "0.45.1",
"react-native": "~0.46.1",
"react-test-renderer": "16.0.0-alpha.12"
},
"jest": {
Expand Down

0 comments on commit a7efd21

Please sign in to comment.