react-native-qrcode-svg 6.2.0 → 6.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,3 +1,6 @@
1
+ # Looking for maintainers
2
+ I'm not working on any React Native projects anymore. Feel free to take over this project if you feel good about it!
3
+
1
4
  [![NPM](https://nodei.co/npm/react-native-qrcode-svg.png)](https://npmjs.org/package/react-native-qrcode-svg)
2
5
  ![circleci](https://circleci.com/gh/awesomejerry/react-native-qrcode-svg.svg?style=shield&circle-token=185bdd4fed561139178638f5b9f9c48ddefc9288)
3
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-qrcode-svg",
3
- "version": "6.2.0",
3
+ "version": "6.3.1",
4
4
  "description": "A QR Code generator for React Native based on react-native-svg and javascript-qrcode.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -44,7 +44,7 @@
44
44
  "peerDependencies": {
45
45
  "react-native": ">=0.63.4",
46
46
  "react": "*",
47
- "react-native-svg": "^13.2.0"
47
+ "react-native-svg": ">=13.2.0"
48
48
  },
49
49
  "dependencies": {
50
50
  "prop-types": "^15.8.0",